I'm a beginner at this so please bear with me and help if you can. I'm on my way to implementing an Access database and have established some tables, a few queries and a form, much of it with help from boblarson of this forum. Basically, what I would like to give the user is something like the following. A split form is displayed. Half of it will display the bound table. The user should be able to filter this portion (datasheet) of the form but not change any values. When the user clicks on (selects) a row on this portion, the fields in the other half of the form are automatically changed to the values of the selected record. I have this much working so far.
Now, here's where I'm stuck. I want to allow the user to change the values in any one or more of these form fields, but I do not want the bound table to be updated yet. I want, instead, to implement an 'Update' button which the user would click to actually do the update, as well as a 'Cancel' button to allow discarding any field changes.
The 'Update' button is needed because some other checks will be made (VBA) before the update can continue. Also, I plan on implemented some sort of audit trail of changes.
Thanks for any suggestions and some button code examples if possible.
Now, here's where I'm stuck. I want to allow the user to change the values in any one or more of these form fields, but I do not want the bound table to be updated yet. I want, instead, to implement an 'Update' button which the user would click to actually do the update, as well as a 'Cancel' button to allow discarding any field changes.
The 'Update' button is needed because some other checks will be made (VBA) before the update can continue. Also, I plan on implemented some sort of audit trail of changes.
Thanks for any suggestions and some button code examples if possible.