67flyer
Registered User.
- Local time
- Yesterday, 19:23
- Joined
- Jul 29, 2006
- Messages
- 49
Good day all,
I have a sql2000 database on one network and i need data copied an access database which is on another network. the networks can't be connected together.
This is what i have:
I created a db that pulls the info out of sql and puts it in access. (this is done on the command line, so one click for who ever is pulling the data). The db that is created is moved from one network to another via thumb drive(will only be done once a day).
The final db is broken into frontend and backend. From the frontend i would like to import the db tables from the thumb drive into the backend tables. the docmd.transferdatabase acimport will put it in the frontend tables.
Thanks for any help.
I have a sql2000 database on one network and i need data copied an access database which is on another network. the networks can't be connected together.
This is what i have:
I created a db that pulls the info out of sql and puts it in access. (this is done on the command line, so one click for who ever is pulling the data). The db that is created is moved from one network to another via thumb drive(will only be done once a day).
The final db is broken into frontend and backend. From the frontend i would like to import the db tables from the thumb drive into the backend tables. the docmd.transferdatabase acimport will put it in the frontend tables.
Thanks for any help.