C
Curious
Is there a way to create a combo box that shows data from multiple tables?
For example, Query1 pulling data from Table1 and Table2:
Table1: Customer1, Customer2, Customer3, ...
+
Table2: Vendor1, Vendor2, Vendor3, ...
=
Query1: Customer1, Customer2, Customer3, Vendor1, Vendor2, Vendor3, ...
I don't want to build an additional table each time I query the data, but I
have also considered creating an array, which might be too complicated.
Thanks for any ideas.
For example, Query1 pulling data from Table1 and Table2:
Table1: Customer1, Customer2, Customer3, ...
+
Table2: Vendor1, Vendor2, Vendor3, ...
=
Query1: Customer1, Customer2, Customer3, Vendor1, Vendor2, Vendor3, ...
I don't want to build an additional table each time I query the data, but I
have also considered creating an array, which might be too complicated.
Thanks for any ideas.