Question
design decision
I should have asked this question before I got started. But,
taking the project in smaller pieces has helped me learn some
basics. Now, that I have started, I'm wondering what would be the
best way to do it. I need to create a page that will be a data
entry form. The page should allow the user to enter at least 15
jobs on one submission. Each job has a calculated linecost based on
selection from a query, quantity, and 5 checkbox options. Each job,
with detail and linecost, will update a 'detail' table on
submission. The sum of the linecosts, user identification, and
order # will update another table.
I've put a form on the page representing data that will update the summary table and form(s) to represent each job on the order. Doing it this way appears to be hard to manage and quite messy. Is there an alternative way? I'm sure there is...And can a novice like myself tackle it?
I've put a form on the page representing data that will update the summary table and form(s) to represent each job on the order. Doing it this way appears to be hard to manage and quite messy. Is there an alternative way? I'm sure there is...And can a novice like myself tackle it?