How to creat a combo box to fill a the form with fields of a record?

  • Thread starter Thread starter Dee
  • Start date Start date
D

Dee

Hi,
I'm trying to create a combo box that I can use to select a value and
based on this value the form can get filled with the rest of the fields of
the record. I need to extend the navaigation capability since there are
records and its not possible to go thru them in sequence.
Thanks for your help.
Dee
 
Hi,
I'm trying to create a combo box that I can use to select a value and
based on this value the form can get filled with the rest of the fields of
the record. I need to extend the navaigation capability since there are
records and its not possible to go thru them in sequence.
Thanks for your help.
Dee

Add a combo box to the Form Header. Use the combo box wizard and
select the 3rd option on the first page of questions, something like
'Find a record ....'.
 
Back
Top