I'm looking for a way to output the text that is displayed when a
warning is displayed from running a query into a table or a text file.
It's my intent to have a log of when a query was run and how many
records that it updated as well as the number of records that were not
updated. Right now I have all of my queries coded into a form that
opens when the database opens and the warnings are turning off. I'm not
really sure how to proceed from here.
warning is displayed from running a query into a table or a text file.
It's my intent to have a log of when a query was run and how many
records that it updated as well as the number of records that were not
updated. Right now I have all of my queries coded into a form that
opens when the database opens and the warnings are turning off. I'm not
really sure how to proceed from here.
Comment