Hi There,
I am writing an input form as p[art of a project to input data into data boxes. The fields are:
<Record1 Name> <Record1 description>
<Record2 Name> <Record2 description>
blah blah.
In my MS Access database I have set upto 20 records e.g. <Record20_Name>
What I want to do in the input form is have like the input boxes for record1, then once this s complete, the user can either click on a button for a next line of input boxes to appear? Basicallly I just don't want the user to see 20 rows of boxes, else they wont fill it in
I've been told this needs to be done in JavaScript? Does anyone have any ideas?
Thanks,
Tom