Simple question

  • Thread starter Thread starter Chad
  • Start date Start date
C

Chad

I have a form that gets its data from a table
(tblRoster). On this form is a combo box contains data
from a field called 'Badge'(cboBadge) (This is the Unique
index in the table) when I scroll or use the navigation
buttons to change records everything works. My question
is how I would be able to manually change the value in
cboBadge and then have the data from all of the other
fields be updated with the information associated with
that badge.

Thanks for your help,
Chad
 
create a new ComboBox and make sure you turn Wizards on...
it'll give you the option you're looking for
 
Back
Top