I have a query made up of a set of tables that are used on a form. I have created a combo box and it's values are populated by a table. I want to add the table to the existing query but Access 2013 responds that a query cannot be performed with unrelated tables.
Existing query elements:
ID_ Table = ID
Herd_ Table = HerdLookup
Name_ Table = NameLookup
Color_ Table = ColorLookup
and so on ..........
Each of the elements are a table joined together.
I am attempting to add a new table:
BandLookup
This table is not bound to the query but I want it to be.
I have created the combo box on the form.
Any help would be greatly appreciated.