I am one of the developers for an Access 97 database that is used in a small business. The database we are using has continued to grow, as has the number of users. We currently have about 15 users in the system at any one time. The database is critical to the day-to-day operations of the company. We have expierenced problems in the past when many users have accessed the same table at the same time. We want to go to SQL Server 7.0 as our backend. Right now, we have an MDE file that is linked to a set of tables that are stored in another Access 97 database. All of our record access is done through recordsets. How much work would it be for us to covert our backend to SQL Server? We are not using any ODBC objects right now, and I don't know much about them at all. Would we have to use an ODBC object to access the tables in SQL Server? How much work would it be to convert our database? Would we just need code to link to the tables and then keep our current record sets the same? Right now our database has about 40 to 50 thousand lines of code in procedures. Thanks for your help and suggestions.