I will try my best to give as much information as possible in this post. I have a purchase order form. The form allows the user to input one item into the purchase order. This becomes one record. At times there are several items that need to go into one purchase order. At these times the steps are repeated for each item and these become new records. I would like to put some code behind some buttons to help automate this process. One button would be for "new item". This button would keep information in the following fields: [PurchaseOrderNumber], [VendorName] and [ShipToName] so they would not need to be re-entered. The second button would be for "new purchase order". The only automated process for the code behind this button would be to increment the purchase order number by one from the last record.
I hope this is enough info. One warning, I know Access pretty well, but I'm kind of new to VBA.
I hope this is enough info. One warning, I know Access pretty well, but I'm kind of new to VBA.