A family of Microsoft relational database management systems designed for ease of use.
If I understand you properly
Create query in access and use it- (that would probably work) but,
My requirements are unbound Forms and any Data operation or Query does SQL Server.
No, that isn't what I meant. What I am suggesting is:
- Create a pass-through query in Access that works.
- Open that query in design view. Open its property sheet, copy the value of the "ODBC Connect Str" property (which is the .Connect property of the querydef) to the clipboard, then paste that between the brackets in the SQL string in your code.
3, Delete the pass-through query.
I figure that Access will make a connect string for the query that it knows how to resolve, and that you should be able to use that same connect string.