I'm trying to move the tables of an Access database over to SQL server because they've got too big to work with, but I want to keep my Access front end.
I've linked a list box in my Access form to a SQL Server table, but when I try to open the form it takes ages to open. I assume this is because it's populating the list box from the SQL Server.
I've tried creating a Pass Through Query, but it takes ages to run - it's pulling back a complete table, but it's only 48 rows of data.
Any ideas as to I can speed the form opening time up so it's less than 30 seconds?
I've linked a list box in my Access form to a SQL Server table, but when I try to open the form it takes ages to open. I assume this is because it's populating the list box from the SQL Server.
I've tried creating a Pass Through Query, but it takes ages to run - it's pulling back a complete table, but it's only 48 rows of data.
Any ideas as to I can speed the form opening time up so it's less than 30 seconds?