PDA

View Full Version : VBA Run code only once a day



cleteh
12-29-2015, 03:40 PM
I'd like to execute some code on a form open event but only the first time the form is opened each day... is that possible?

jonh
01-04-2016, 05:39 AM
Store the last run date in a table.
Check the last run date when the form opens.