Chimp8471
Registered User.
- Local time
- Today, 14:19
- Joined
- Mar 18, 2003
- Messages
- 353
The database i currently use is on a network server on the following path:
\\Tech02\OeeData\oeedata.mdb
and in one of the forms the following reference is used:
Set dbs = DBEngine.Workspaces(0).OpenDatabase("\\Tech02\OeeData\oeedata.mdb")
i have a front end which is linked to the backend
Frontend is called OEE
Backend is called oeedata
both of which are in the same folder.
my question is i want to copy this database(completly) to my laptop and use it when not connected to the network, however it keeps looking to the above path, is there a way to change the above path so that it looks to the local pc for the file??
\\Tech02\OeeData\oeedata.mdb
and in one of the forms the following reference is used:
Set dbs = DBEngine.Workspaces(0).OpenDatabase("\\Tech02\OeeData\oeedata.mdb")
i have a front end which is linked to the backend
Frontend is called OEE
Backend is called oeedata
both of which are in the same folder.
my question is i want to copy this database(completly) to my laptop and use it when not connected to the network, however it keeps looking to the above path, is there a way to change the above path so that it looks to the local pc for the file??