Thanks for your reply. What I am trying to do is streamline my data extraction and automate as much as possible. I created a macro in Access 2010 that runs several queries by property crime type (burgs, mvts, vehicle break ins) based on the previous 3, 7, 14, and 30 days and exports the output to a folder. The macro works great!
I then created a model for each crime type in ArcGIS using modelbuilder based on the mentioned time periods which quickly plots the incidents onto a map so that such incidents can be analyzed. The model grabs the data output run from the macro and does some other geoprocessing tasks before plotting the dots on the map.
What I ultimately want to do is create a scheduled daily task so that the macro runs before I come in for work. Once the data is exported out to my automation folder I want to run another scheduled task to run the python script that I exported out from modelbuilder. This last step I think will be fairly easy to figure out. However, the primary issue is to figure out how to run an Access Macro as a scheduled daily task. I'm pretty sure I want to create a scheduled task without logging into outlook. How do you run an Access Macro as a scheduled task without opening Access? Also, if I did so would I have to leave my computer on all of the time or not shut down each night?
Hope this lengthy explanation helps.