Hello. I have an Access 2003 database with linked tables (via ODBC) to a SQL Server 2005 database. The application (Access) and the DB (SQL Server) are on different machines. The application (Access forms) works fine: opening, queries, etc. The problem is when you want to navigate to a record. When you search over a field (for example, customer name) by doing Ctrl+F, it takes about 30 seconds to find the record. Before, without using SQL Server, the database tables and the forms where on the same .mdb file, and the same search takes about 5 seconds. I have create indexes for the fields I usually search, but it continues being slowly. Are there any tunning tips for increasing the search speed? Thanks in advance.