finding

E

Edwin Merced

I Have a Form thatr has an unbound textfield and a button. I want to be able
to wriite into the textfield a number and have it find a record number and
open the form on that record can someone pleasse help on this THANX
 
D

DevalilaJohn

There's no reason not to bind the form to a table/query. Having done that,
once you have the record number, you can use the GoToRecord method to display
that record.
 
F

Frank Stone

hi,
one good reason for not binding a table or query to a form.
what if you have a million + records like we do here where
i work. good way to eat up a lot of memory. and a good way
to take forever to find a record.
regards
Frank
 
Top