saif009972
Registered User.
- Local time
- Tomorrow, 02:38
- Joined
- Jan 15, 2008
- Messages
- 26
Hello guys can u help me how to open table from another database. For clarity I am giving example below.
MyRS.Open strSQL, CurrentProject.Connection, adOpenKeyset, adLockOptimistic
This code will look for table from current project. But If I want to open one query in current project but from the table that resides on differnt microsoft access project or file then what will be the code in place of
CurrentProject.Connection
Please help me by mentioning one example.
MyRS.Open strSQL, CurrentProject.Connection, adOpenKeyset, adLockOptimistic
This code will look for table from current project. But If I want to open one query in current project but from the table that resides on differnt microsoft access project or file then what will be the code in place of
CurrentProject.Connection
Please help me by mentioning one example.