FindRecord

  • Thread starter Thread starter Werx
  • Start date Start date
W

Werx

Hello

Say I have a form which Contains an autonumber used as the constant
RecordID, (when I delete records it rearranges the Record numbers in the Nav
Bar). And on this form i want a button that will recall a requested record
by finding a user entered RecordID.

How would I go about this?

Daniel
 
Werx said:
Hello

Say I have a form which Contains an autonumber used as the constant
RecordID, (when I delete records it rearranges the Record numbers in the Nav
Bar). And on this form i want a button that will recall a requested record
by finding a user entered RecordID.

How would I go about this?
No button needed.
Simply use the wizard in a combobox to move to the record based on the
RecordID.
 
Back
Top