D
doodle
Greetings. access 97, sql 2005.
i am in the process of migrating the BE to sql. I am having some
performance issues and have decided that changing the record sources
for my combo boxes to reference pass-through queries may help
performance.
i have created a pass thru query for machine type:
SELECT * FROM tblLU_MachineType
and have set the following in the query propertiesODBC Connect Str:
ODBC;DSN=MCFLOSQL1;Description
Works fine. But I don't want my users to have to create the DSN. I did
a search and found some info on DSN-Less connections, but not for
Access 97.
How do I setup the DSN-Less connection for my pass-trough query?
-doodle
i am in the process of migrating the BE to sql. I am having some
performance issues and have decided that changing the record sources
for my combo boxes to reference pass-through queries may help
performance.
i have created a pass thru query for machine type:
SELECT * FROM tblLU_MachineType
and have set the following in the query propertiesODBC Connect Str:
ODBC;DSN=MCFLOSQL1;Description
Works fine. But I don't want my users to have to create the DSN. I did
a search and found some info on DSN-Less connections, but not for
Access 97.
How do I setup the DSN-Less connection for my pass-trough query?
-doodle