Drop down box

Gismo

Registered User.
Local time
Today, 06:22
Joined
Jun 12, 2017
Messages
1,298
Hi All,

is it possible for a drop down box to look up values from different tables then to display a summary of the 2 tables
or should this be done with a query and then linked to the drop down box source?
 
I would create a query and use that as the Row Source property of the combo box
 
Provide example of data and desired output.
 
you can even set the Rowsource Type as Value List and add the Values yourself.
 

Users who are viewing this thread

Back
Top Bottom