Do any of you know why Access (2010 here) is making duplicate tables then renaming them _1 in the relationship chart? These tables don't show in the table list. Thank you.
Wow, inputting that little code caused an error if I closed a form (then select do not save), but when I ented it as =BFCancel([Form]), closing the form and not saving did not create an error!.
Anyway, this solved my problem. Thank you so much!
I wouldn't be able to put "=FunctionName([ConfirmChanges])" in the BeforeUpdate box? I would have to go into the VBA editing screen and put that code above?
I have a very simple code that I got from Microsoft to Confirm record changes. Now, on each of my forms, I have to put that code into the before update. Can I not just make 1 module and refer to the module in each before update? There has to be an easier way. I at least got to the create...