JamworkS
Registered User.
- Local time
- Today, 05:31
- Joined
- Sep 1, 2011
- Messages
- 49
Hiya all,
I need to connect to a Microsoft SQL Server Database, and manipulate data in there. I can do it with a normal Pass-through query, but that's no good to me because I need to be able to then treat the data with Access.
I've thought of docmd.runsql but there's no option to tell to connect to a different DB. I've got the connection string, but don't know how to link it with VBA, only with a normal Query.
Any ideas?
Cheers.
I need to connect to a Microsoft SQL Server Database, and manipulate data in there. I can do it with a normal Pass-through query, but that's no good to me because I need to be able to then treat the data with Access.
I've thought of docmd.runsql but there's no option to tell to connect to a different DB. I've got the connection string, but don't know how to link it with VBA, only with a normal Query.
Any ideas?
Cheers.