VBA Express Forum
>
VBA Code & Other Help
>
Access Help
> VBA Run code only once a day
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.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.