navigate records slow

  • Thread starter Thread starter souris
  • Start date Start date
S

souris

I have an app to use dropdown box to filter records from SQL server table.
I found that when I navigate (scroll) the records is very slow.
Because the records are already filtered, is it possible the index issue?

Any information is great appreciated,

Souris,
 
Usually the slow scroll down happen when you have a calculated field in the
form, so when you scroll down to the next record it run the calculated field.
Could be that one of the field has a dlookup, or a function call.
 
very good.

Ofer said:
Usually the slow scroll down happen when you have a calculated field in
the
form, so when you scroll down to the next record it run the calculated
field.
Could be that one of the field has a dlookup, or a function call.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top