Hi Siptah,
While I'm thinking about it, Microsoft does have a sample Client/Server download I've palyed with that uses a bound .adp file. That's definitely the simplest and quickest way to work with SQL Server from Access. The download is at:
http://msdn.microsoft.com/library/de...html/apg02.asp
Unbound projects have a lot of scalability/performance advantages over bound projects, but they require a lot of coding.
Also, the .mdb application in the Chipman/Baron download actually uses two connection strings. One is a DAO/ODBC connection that is set programmatically as each pass-through query's ODBC Connect Str property, the other is an ADO/OLEDB connection to execute the insert, update, delete stored procedures on SQL Server. Both applications also support both Windows Authentication and SQL Server Authentication to log onto the server. Good stuff. Enjoy it, and don't panic! :)