Hello all,
Need some help from you experts. This seems simple to me but I am a super rookie and have no idea how to accomplish it.
I have one very simple table with three fields:
RequisitionNumber
LineNumber
OrderNumber
When I need to enter a new requisition, say with 10 line items on it, I have to enter 10 separate records which is annoying. Especially the fact that I always make a typo. I have to enter "requisition number" 10 times and 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 and so on for each line number.
I would like a MAGICAL BUTTON on a form or code I can run straight from the table to do the following:
When I want to add a new requisition is asks for requisition number. Lets say i type "201294843".
Then it asks for the number of line items on that requisition. Say i type "7".
I want it to automatically go and create the 7 records for me in my table. like shown below:
Requisition Number Line Number Order Number 201294843 1 201294843 2 201294843 3 201294843 4 201294843 5 201294843 6 201294843 7