I have a from called Add Data that creates records for my Data table. I have got the form to a point where the inputted data is saved on a button click and I want to now make the form so it sets certain text boxes and combo boxes to Null after the record saves. I have managed to do this with the Macro builder using the command SetValue as "Null" for each text box and combo box i want changed for the next record. However, this does not work for the autonumber field ID (primary key). The only way i can update this text box is by clicking the 'Refresh All' button in the ribbon, which then clears the text boxes that i wanted to remain.
Is there a command in the macro builder that will update only the ID textbox for my next record without clearing certain text/combo boxes, or is there another way around this?
I am new to Access and have no experience with VBA, so id prefer a solution that advoids VBA coding.
Thanks