Need help adding fill-in-as-you-type capability to field/control

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

Guest

Greetings,

I am trying to learn how to set the correct property feature to enable a
full record to appear on the form or a subform if that is the appropriate
process, when I enter into the control template window, the first few letters
of a value from a bound table or query field. In short, If I enter the first
few letters of a friends last name, in the Lname window of my form, I want to
be able to see the full record for that friend. I would already have all the
fields/controls for my friends on the form - such as address, phone,
birthdays, etc.
 
Try adding a combo box using the wizard. Check find a record based on
the selection made from the combo box. Once this is complete you will
now be able to type into the combo box and your record will be
displayed.

Hope this helps.
 
Back
Top