finding

  • Thread starter Thread starter Edwin Merced
  • Start date Start date
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
 
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.
 
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
 

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

Similar Threads


Back
Top