I have a form that I use to enter orders into a database (Access 2007). The form has the standard save record, new record, find record buttons that I use. Sometimes I'll get a single order that consists of 2 line items (for example, on order number '12345' the customer may want 50 pieces total but 25 to ship to CA and 25 to ship to TX). That order should get stored in the database as '12345' and '12345A'. Currently, I have to enter the data (such as Customer, Billing Address, etc) twice in my database, only changing the "ship to" field and adding the letter "A" to the end of the order number.
Is there a way to enter the order once, then view the order and change the "ship to" address, add an "A" to the end of the order number and save it as a new record?
I've tried entering the first part of the order and saving it, then going back in and making necessary changes but it only changes the original entry. For example, instead of ending up with 2 entries (12345 and 12345A) only the first entry gets modified and I end up with a single entry. I think I need something like a "Save As" button or something similar, but I'm obviously not that familiar with Access yet.
Hope I explained properly and any help would be greatly appreciated.