there must be an easier way of doing this
I have a form linked to a table. I want users to be able to enter data in the form but I do NOT want the form to update the table until the user clicks an 'ok' button. Ie I don't want the table updated if they cancel out of the form. What's the easiest way of accomplishing this? My previous methods have been successful but convoluted, involving temporarily clearing the form's Record Source and then using vba to post the form's contents to the table.
I thought perhaps the Data Entry property might do this, but it doesn't.
I have a form linked to a table. I want users to be able to enter data in the form but I do NOT want the form to update the table until the user clicks an 'ok' button. Ie I don't want the table updated if they cancel out of the form. What's the easiest way of accomplishing this? My previous methods have been successful but convoluted, involving temporarily clearing the form's Record Source and then using vba to post the form's contents to the table.
I thought perhaps the Data Entry property might do this, but it doesn't.