Added Combo Box doesn't enter into table

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

Guest

AFTERAfter creating a form based on a table 1, I needed to add a combo box
based on records in table 2.

When selecting records from the combo box, I need the entry to dump into
table 1....

Thanks
 
The control source of your combo box needs to be a field in Table 1.
You set that by right clicking the combo box, select Properties, and
assign the field in your table that you want to store the value in
Control Source.

Hope that helps!
 
Andy,

Also keep in mind that the field in table 1 should correspond in type to the
primary key of table 2, even though it may *display* more meaningful text.

Sprinks
 

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

Back
Top