D
dhstein
I have a form that I've created that is bound to a table. This will be used
to update records. At the moment, I've put a button there with a caption of
"Update" and this runs the "Save Record" macro. What I'd really like,
however, is to log the transaction in a log table and then do the save. But
it looks like if I want to do anything other than the save , I have to create
my own routine to do the logging and then put in the code to open the table,
update each field from the form and close the table. Am I correct, or is
there a better way - that would save me some time? More importantly, it
seems that if I use the embedded macros, I am restricted to the set of
commands that Access provides. Is there any way to add or insert my own code
in the embedded macro selections so that I could add functionality? Thanks
for any help.
to update records. At the moment, I've put a button there with a caption of
"Update" and this runs the "Save Record" macro. What I'd really like,
however, is to log the transaction in a log table and then do the save. But
it looks like if I want to do anything other than the save , I have to create
my own routine to do the logging and then put in the code to open the table,
update each field from the form and close the table. Am I correct, or is
there a better way - that would save me some time? More importantly, it
seems that if I use the embedded macros, I am restricted to the set of
commands that Access provides. Is there any way to add or insert my own code
in the embedded macro selections so that I could add functionality? Thanks
for any help.