M
m stroup
I have a form/subform that writes to two linked tables. I don't want data
entered to go to the table until the form is completed and the Enter button
is clicked.
I currently have the data writing to two temporary tables. When Enter is
clicked, a macro runs appending the data to the two permanent tables and then
deletes the information in the temporary tables. It works fine, but I just
read about update batch. Is this a better approach?
entered to go to the table until the form is completed and the Enter button
is clicked.
I currently have the data writing to two temporary tables. When Enter is
clicked, a macro runs appending the data to the two permanent tables and then
deletes the information in the temporary tables. It works fine, but I just
read about update batch. Is this a better approach?