navigate records slow

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,
 
O

Ofer

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.
 
N

nahid saraee

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.
 
Top