Hello,
I have an application where data is appended to two tables everyday. Every month, on the first working day a automated job runs at 10.00 pm to create a MTD report using the data from these two tables.
How do I identify the first working day of the month so that I can write a module to run the two delete queries which can be executed at 10.30 pm, after the MTD report is created?
How to use it in the Access application, so that when the 10.30 job runs, it will identify the first working day and run the delete queries.
On other days, the 10.30 job should fail since it is not the first working day.
TIA
TIA
I have an application where data is appended to two tables everyday. Every month, on the first working day a automated job runs at 10.00 pm to create a MTD report using the data from these two tables.
How do I identify the first working day of the month so that I can write a module to run the two delete queries which can be executed at 10.30 pm, after the MTD report is created?
How to use it in the Access application, so that when the 10.30 job runs, it will identify the first working day and run the delete queries.
On other days, the 10.30 job should fail since it is not the first working day.
TIA
TIA