Kemidan2014
Board Regular
- Joined
- Apr 4, 2022
- Messages
- 229
- Office Version
- 365
- Platform
- Windows
I have a simple seperate access database that was set up to be a updating status board where it displays open issues.
its just 2 queries and 2 reports tied to linked table.
some time in the middle of the night (because we are a plant that runs 24/7) a runtime error 3420 pops up.
the code is VERY simple in the Timer event of the individual reports i have Reports![reportname].requery
and thats it. timer is set for 30 seconds. so that every 30 seconds the reports will update with latest records that the queries will pull up. we originally thought since the PC that runs this was on Wifi we were losing connection breifly in middle of the night so i had it switched to wired connection and it still gets the error.
is there some additional vba i could add to mitigate this error and essentially restart it?
its just 2 queries and 2 reports tied to linked table.
some time in the middle of the night (because we are a plant that runs 24/7) a runtime error 3420 pops up.
the code is VERY simple in the Timer event of the individual reports i have Reports![reportname].requery
and thats it. timer is set for 30 seconds. so that every 30 seconds the reports will update with latest records that the queries will pull up. we originally thought since the PC that runs this was on Wifi we were losing connection breifly in middle of the night so i had it switched to wired connection and it still gets the error.
is there some additional vba i could add to mitigate this error and essentially restart it?