Jon,
If you're developing a new app with SQL server as a backend, check out Access Data Projects (.adp), rather than using ODBC through a .mdb.
The .adp file is basically all the access front end components (forms, reports, macros, and modules) and a connection to the SQL Server. It will...