musclecarlover07
Registered User.
- Local time
- Yesterday, 17:01
- Joined
- May 4, 2012
- Messages
- 236
I want to open a db from another db.
I have compile many different variations:
I have done Application.Follow Hyperlink none of this works. If I put OpenAccesProject then it says the file is already open but its not. I can only think it would say that is because the tables are linked.
If I take the Record Management.accdb off it goes to the folder.
For certain reasons I have changed the name of the actual path to just folders. THe file name is the same.
I have compile many different variations:
Code:
Application.OpenAccessProject "Folder\Folder1\Folder2\Record Management.accdb"
If I take the Record Management.accdb off it goes to the folder.
For certain reasons I have changed the name of the actual path to just folders. THe file name is the same.