Hello. I have a form I created to inputting driver load tickets for my employees. Everyday I input 20 or so tickets per driver into the database with the only info being different is serial number per ticket. With the form I have I fill in the necessary information and then click copy last record. This saves the current record and creates another record and tries to save that as well (Which I do not want) and then I have to change the serial number of the ticket of the copied record. How can I create this copy of last record and have it delete the serial number text box field leaving it blank to input a new serial number while keeping all other information, and not saving the copied record until I select save? In the macro for the Copy New button I set a Set property command with "value" and i left the value field blank, when I clicked the button an error message popped up that I need a value for this textbox. Im assuming Access is trying to save the record when I select copy. In reality I would just like to auto populate the information from the last record minus the serial number.
Thank you.