SimonDavis
Technical User
Hi all,
I want to run an update query when a user loads a form.
It's to check fields to see how long ago they were updated, and flag 'out of date' with some criteria.
This (depending on how I finally code it) may involve several queries running one after the other.
How can I run them without it asking the user to confirm that the records will be updated. I know it is a dangerous thing to let the application run wild, but I'm aware of the implications. The user probably isn't and will just have to make unneccessary clicks.
Can it be done? Thanks.
I want to run an update query when a user loads a form.
It's to check fields to see how long ago they were updated, and flag 'out of date' with some criteria.
This (depending on how I finally code it) may involve several queries running one after the other.
How can I run them without it asking the user to confirm that the records will be updated. I know it is a dangerous thing to let the application run wild, but I'm aware of the implications. The user probably isn't and will just have to make unneccessary clicks.
Can it be done? Thanks.