R
Ray S.
I have an MS Access database (using 2003 SP3). Every day I have to make an
ODBC connection to a company server that stores all financial general ledger
transactions. There are only certain times during the day that we are allowed
to download data. Normally, I come in early in the morning and run code that
downloads all the data I need for the day, but my boss prefers that I have it
run at the end of the day automatically (like overnight). It takes some time
to run. I'd like to somehow schedule the running of the code late at night.
One thing also is that when I run the code now, since I'm present, I have no
problem providing my userid and password, but I'm not sure how I'd do that in
the scheduling. I'd really appreciate any helpful ideas?
ODBC connection to a company server that stores all financial general ledger
transactions. There are only certain times during the day that we are allowed
to download data. Normally, I come in early in the morning and run code that
downloads all the data I need for the day, but my boss prefers that I have it
run at the end of the day automatically (like overnight). It takes some time
to run. I'd like to somehow schedule the running of the code late at night.
One thing also is that when I run the code now, since I'm present, I have no
problem providing my userid and password, but I'm not sure how I'd do that in
the scheduling. I'd really appreciate any helpful ideas?