C
carole
I'm using a basic find command in conjunction with a combo
box on a form to enable users to jump to a specific record
quickly. The SQL Server table contains less than 1000
records and is indexed (primary key) on the field I'm
searching in.
Recently, we imported several hundred records. On my
computer, the Find still works for all records. On other
users, it will work for the first 100, 200, 500 (depends
on the user) records; after that, it will act as if it
can't find the record and display the first record
instead. No error is generated.
I tried stepping through the code, but it worked OK when I
did that. I'm totally baffled and would appreciate any
help.
box on a form to enable users to jump to a specific record
quickly. The SQL Server table contains less than 1000
records and is indexed (primary key) on the field I'm
searching in.
Recently, we imported several hundred records. On my
computer, the Find still works for all records. On other
users, it will work for the first 100, 200, 500 (depends
on the user) records; after that, it will act as if it
can't find the record and display the first record
instead. No error is generated.
I tried stepping through the code, but it worked OK when I
did that. I'm totally baffled and would appreciate any
help.