C
Cynthia
I have an access db where all my tables are linked to sql. In one of my
forms I have a combo box that is accessing around 2000 records. Sometimes
when a user scrolls through these records it locks up the project on sql. Is
there a better way to access my information? I was told that with the scroll
bar it keeps reaccessing portions of the data from sql and this task puts a
load on the server.
Would I be better off copying the data to a temp table when they open this
form?
Would a list box function any better?
Any help would be greatly appreciated.
forms I have a combo box that is accessing around 2000 records. Sometimes
when a user scrolls through these records it locks up the project on sql. Is
there a better way to access my information? I was told that with the scroll
bar it keeps reaccessing portions of the data from sql and this task puts a
load on the server.
Would I be better off copying the data to a temp table when they open this
form?
Would a list box function any better?
Any help would be greatly appreciated.