A
Ardy
I have a form using the following lookup to list ascending
order of a last name field from a table with about 67000
records.
Me.RecordsetClone.FindFirst "[c_no] = " & Me![Combo44]
Me.Bookmark = Me.RecordsetClone.Bookmark
When the lookup window is openned, I am only able to view
about 65000 records? Last names listed are from A to about
W. , but not able to look for names starting with X, Y, or
Z. However, I can type the full name and find the record!
is the records set running out of space? If so, how can I
increase the size of the recordset space? Or is this some
limitation on the forms display window?
Thanks...
order of a last name field from a table with about 67000
records.
Me.RecordsetClone.FindFirst "[c_no] = " & Me![Combo44]
Me.Bookmark = Me.RecordsetClone.Bookmark
When the lookup window is openned, I am only able to view
about 65000 records? Last names listed are from A to about
W. , but not able to look for names starting with X, Y, or
Z. However, I can type the full name and find the record!
is the records set running out of space? If so, how can I
increase the size of the recordset space? Or is this some
limitation on the forms display window?
Thanks...