nissan240zx
Programmer
Hello All,
I have an access database that has 3 macros that needs to be run based on certain requirements.
Macro 1 - is to run on weekdays
Macro 2 - to run on Financial MonthEnd
Macro 3 - to run on Financial MonthStart
The dates for Financial MonthEnd and MonthStart will be stored in 2 tables called Dt_MonthEnd & Dt_MonthStart.
I want to setup a VB process that will run Macro 1, 2 & 3 based on date requirements.
For example
Every weekday run Macro 1
Every Financial MonthEnd run Macro 1 and Macro 2
Every Financial MonthStart run Macro 1 and Macro 3
Any leads ....
Thanks in advance...
A good programmer is someone who looks both ways before crossing a one-way street. - Doug Linder
I have an access database that has 3 macros that needs to be run based on certain requirements.
Macro 1 - is to run on weekdays
Macro 2 - to run on Financial MonthEnd
Macro 3 - to run on Financial MonthStart
The dates for Financial MonthEnd and MonthStart will be stored in 2 tables called Dt_MonthEnd & Dt_MonthStart.
I want to setup a VB process that will run Macro 1, 2 & 3 based on date requirements.
For example
Every weekday run Macro 1
Every Financial MonthEnd run Macro 1 and Macro 2
Every Financial MonthStart run Macro 1 and Macro 3
Any leads ....
Thanks in advance...
A good programmer is someone who looks both ways before crossing a one-way street. - Doug Linder