I have this MS Access form which uses a table called hotel:
With the "location" combo box linked to a table called "location".
The location combobox properties that i entered were:
- Row Source:
SELECT [location].[location_id], [location].[name] FROM location; - Row Source Type:
Tab