tool bar

  • Thread starter Thread starter Rpettis31
  • Start date Start date
R

Rpettis31

I am looking to add a find record on a tool bar yet I am not sure how I would
go about it. I would like the user to basically type in a record # and the
form goes to that specific record. The record set at the bottom does not
match the record id.
My record id is an autonumber with a DMR0000prefix.

any ideas.

Thanks
 
At the bottom of a form where there is the word:
"Record" selector buttons and a record number. Where you can scroll through
the records.

ANyhow I am trying to put a button on my tool bar that will allow the user
to type a number and it will go to that record set,.
 
At the bottom of a form where there is the word:
"Record" selector buttons and a record number.  Where you can scroll through
the records.

ANyhow I am trying to put a button on my tool bar that will allow the user
to type a number and it will go to that record set,.
You should be able to do this with the combobox wizard.
 
Use the AbsolutePosition method in VB.

Rpettis31 said:
At the bottom of a form where there is the word:
"Record" selector buttons and a record number. Where you can scroll through
the records.

ANyhow I am trying to put a button on my tool bar that will allow the user
to type a number and it will go to that record set,.
 
Back
Top