I am just starting find my way around Microsoft Access… However I am currently stuck on something to do with table events (data macros).
I added a Before Change and After Update macro to a table and added a RaiseError method to each of them.
I tried to update a record in the table. A dialog appears corresponding to the Before Change method.
I deleted the Before Change method and then once again tried to update the table. No dialog box appears… The After Update macro does not seem to fire.
I tried all the other "After Events" and nothing seems to fire. Can anybody tell me why these were not working and how I can fix it?
Thanks!