D
darryl
I am using Access as my data source. I have 2 fields that
are lookup columns in the database. When I select those
fields I get the value in the Id field instead of the
value in the field selected ie:
I run a query on the table of SELECT City FROM "table";
The values for City are say NY and LA. What is returned is
the primary key field which is labeled "Id" with
respective values of 1 and 2 instead of the "City" value.
In Access the query returns the correct value, but when
exported in a Merge returns the Id field. Doesnt make a
difference whether I Merge with the query or the table the
query came from. Same happens if I export to an .xls file.
The Id field is returned instead of the proper value to
the file.
All other values queried are returned correctly. It only
happens where the fields being requested are coming from a
Lookup field in the table that obviously link to another
table for the Lookup. Solutions?
Thank you in advance.
are lookup columns in the database. When I select those
fields I get the value in the Id field instead of the
value in the field selected ie:
I run a query on the table of SELECT City FROM "table";
The values for City are say NY and LA. What is returned is
the primary key field which is labeled "Id" with
respective values of 1 and 2 instead of the "City" value.
In Access the query returns the correct value, but when
exported in a Merge returns the Id field. Doesnt make a
difference whether I Merge with the query or the table the
query came from. Same happens if I export to an .xls file.
The Id field is returned instead of the proper value to
the file.
All other values queried are returned correctly. It only
happens where the fields being requested are coming from a
Lookup field in the table that obviously link to another
table for the Lookup. Solutions?
Thank you in advance.