Hi,
Was wondering if anybody could give me his/her opinion about what i am doing.
This program i am writing is basically a way to record orders.
So i got a bunch of possible components required, which got their textfield(1 for product info, 1 for product price).
Those are controlled with a checkbox, disabled on default. Enabled when checked.
Something like this
Label, Checkbox, Product info textbox, Product price textbox.
This for a bunch of products, and at the bottom you got the total costs textbox.
Which updates as entries are made.
2 questions
1. Would a access database be a good thing to use for this?
To save the completed forms to, for later viewing through the program.
Or are the better options for this kind of thing.
2. Would crystal reports be a good choice to make the reports after the form has being completed.
So you got a decent sheet which shows you the entire order, and give a print ability.
Thanks for reading.