I am trying to display two fields from a table in one drop down list on a report. I am getting the first field, but not the second. I created a query and copied it into the Row Source field in the properties box. Here is my SQL statement:
SELECT DISTINCT tbl_SupplierPricing.SupplierCode...