I'm trying to create a form that will let me enter an ID number and several pieces of data (that will all be recorded in table 1), and then let me record orders for this ID number (but in a separate table, table 2). I then wanted to see if there was some way to make a check box or something on the form so that I could add multiple orders to this ID number (so after each order, I would check the box or press the button again to generate more space to enter a new order record, and then I'd just stop pushing it when I'd entered them all). Each subsequent order would be added as a new record under the same ID number in Table 2.
The way I see it, doing it this way would make it so I don't have to enter the subject number every time I want to enter a new order, and I could use one form instead of two
Is this possible?
Or is using a two-form method the best way? I'm completely new to Access, so I really appreciate any possible help. Please let me know if I can clarify or be more specific.
Thanks!
The way I see it, doing it this way would make it so I don't have to enter the subject number every time I want to enter a new order, and I could use one form instead of two
Is this possible?
Thanks!