chrisrigoni
Registered User.
- Local time
- Today, 12:45
- Joined
- Dec 11, 2009
- Messages
- 13
I am trying to make a form with 4 text boxes for entry. I want to have the first text box be filled from a reference to a field in a table. The rest, I want the user to fill out the information. Also, I want a button at the bottom of the form to add a new record and fill the first text box again with the same value as the first and then the user fill out the other three. I want the user to be able to do this repeatedly as many times as necessary with the same thing happening everytime. Then, when finished adding the needed records, I want them to click another command button on the right side at the bottom of the form and be able to submit the data to a table that has been created. I thought about using "append query" to do this. But, to be honest, I'm lost on how to start on any of it. I can do the form and textboxes, but making the button for adding another record and the rest, I don't know. I also want it to be a continuous list so that the user can see each record on the form as they enter it and the previous records they have entered before they submit the data to the final table. Help please?