RECORD

R

Ransom

Hello all....
I have finally put everything together in the database and now have one
final issue, I think :)

But, how do I create a command button that will bring up a record based on
the ID number??

Thanks!!
Ransom
 
J

John W. Vinson

Hello all....
I have finally put everything together in the database and now have one
final issue, I think :)

But, how do I create a command button that will bring up a record based on
the ID number??

Use a Combo Box instead. Use the toolbox; be sure the magic wand icon is
enabled, and create a new Combo Box on the form. Choose the option "use this
combo to find a record".

John W. Vinson [MVP]
 
R

Ransom

UGH....that was SO simple...thanks guy!!!

John W. Vinson said:
Use a Combo Box instead. Use the toolbox; be sure the magic wand icon is
enabled, and create a new Combo Box on the form. Choose the option "use this
combo to find a record".

John W. Vinson [MVP]
 
Top