The docommand on my form does not work because it does not allow the buutons on my form to work. I believe auto exec works when the database is opened and I do not want this to run every time it opens. Only one time a day.
thanks,
Since you are already running an AutoExec in the main database, create an additional database that points to the main one and set-up you AutoExec Macro to import your information, and run the updates from the new db.
Then you can use Windows Task Scheduler to Open the database everyday at 8:00 am