PDA

View Full Version : Is it possible to autopopulate a combo box with data from a different table on a form



wedd
12-22-2010, 05:38 AM
I need to populate a combo box with a list of customer names stored in a different table to appear on my form. I've decided to change the outlook of the form. The list of names are stored in a different table as I mentioned and I would like to basically transfer those names into the blank combo box on my form. Is this possible to do? If so, how? If it requires vba would you have any examples..

:friends: Thanks for any help.

Imdabaum
12-23-2010, 09:06 AM
Design View- Select drop down box and in the data tab of the properties window you'll want to set the row source. You can bind it directly to the table or a query based on a table.