Simple question

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
 
A

aj

create a new ComboBox and make sure you turn Wizards on...
it'll give you the option you're looking for
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top