C
CW
I have a Union query that merges data from 3 queries. Those 3 queries pull
from my Inquiries table. One of the fields in question is Inquiry Type. We
have 3 of those in an Inquiry Types table and they are entered by users
through a combo on an Inquiry input form.
When it is saved into the Inquiries table it is stored as text e.g. Private,
Corporate, Trade.
Each of the 3 queries finds these values correctly and displays them as text.
However, when I run the Union query based on these 3 queries, the Inquiry
Type comes out as 1, 2, 3 etc., which is the ID in the Inquiry Types table.
But none of the queries is looking at that table so why on earth does the
Union query do that and how can I correct it?
Thanks
CW
from my Inquiries table. One of the fields in question is Inquiry Type. We
have 3 of those in an Inquiry Types table and they are entered by users
through a combo on an Inquiry input form.
When it is saved into the Inquiries table it is stored as text e.g. Private,
Corporate, Trade.
Each of the 3 queries finds these values correctly and displays them as text.
However, when I run the Union query based on these 3 queries, the Inquiry
Type comes out as 1, 2, 3 etc., which is the ID in the Inquiry Types table.
But none of the queries is looking at that table so why on earth does the
Union query do that and how can I correct it?
Thanks
CW