How do you search for a spedific record?

  • Thread starter Thread starter Gary
  • Start date Start date
G

Gary

I used seek before but it does not seem to se supported any more.What is
the equivalent today?
 
More Information:
I want to go to a specific record in a form. I know the number (PK)
 
I used seek before but it does not seem to se supported any more.What is
the equivalent today?

SEEK works *only* in a local Table (or in a database which you have
specifically opened in code).

On a Form you can use FindRecord.
 

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

Back
Top