(Okay, let's see who really good at Access/VB.)
I have a macro shortcut on my desktop. When executed, it will open the database, run a query that prompts for a starting date (YYYYMM) and a ending date (YYYYMM). The starting date is always current month/year and ending date is always 12 month later (ex. 200001 - 2000112).
Next, the query will export a text file with the related information from the tables.
When completed, the database will close.
Is there any way to automate this process so that the macro will run with no user intervention at all, say every Thursday night? Also, would like this file sent to a particular user as an attachment within the network.
Thanks in advance for your assistance in this.
I have a macro shortcut on my desktop. When executed, it will open the database, run a query that prompts for a starting date (YYYYMM) and a ending date (YYYYMM). The starting date is always current month/year and ending date is always 12 month later (ex. 200001 - 2000112).
Next, the query will export a text file with the related information from the tables.
When completed, the database will close.
Is there any way to automate this process so that the macro will run with no user intervention at all, say every Thursday night? Also, would like this file sent to a particular user as an attachment within the network.
Thanks in advance for your assistance in this.