I
Ivor Williams
I have a table tblLocations with two fields - LocationID and Location. This
table is the data source for a combo box on a form. A location is chosen
using the combo box which sets the criteria in a field in a query. When the
query is run, the Location is displayed, which is OK. The query is a data
source for a report. On the report, the LocationID is displayed, which is
not OK. How can I have the Location rather than the LocationID display in
the report? If I add the tblLocations table to the query, the results in the
query are skewed, so that is not an option.
Ivor
table is the data source for a combo box on a form. A location is chosen
using the combo box which sets the criteria in a field in a query. When the
query is run, the Location is displayed, which is OK. The query is a data
source for a report. On the report, the LocationID is displayed, which is
not OK. How can I have the Location rather than the LocationID display in
the report? If I add the tblLocations table to the query, the results in the
query are skewed, so that is not an option.
Ivor