Display Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a simple question. I have ceated a table the with the following
Empl ID (key), Name, Rate, and Add on rate
and a form to enter the table information.

I would like to have a for that I can enter the Employee ID number and have the screen display, in a nice format the table information.
 
Create a form with all the information you want to display. Create a
combobox using the wizard, and ask it to "Find a record on my form." If you
fill out the wizard properly, it should create a combobox that does exactly
what you want.

--
HTH,

Marshall Smith
Project Developers, Inc.


Jeff H said:
I have a simple question. I have ceated a table the with the following
Empl ID (key), Name, Rate, and Add on rate
and a form to enter the table information.

I would like to have a for that I can enter the Employee ID number and
have the screen display, in a nice format the table information.
 
Back
Top