M
Matthew
Hello everyone,
I am confounded by this. I do a union query bringing together data from two
other queries. Everything works fine, except for records from one of the
queries (qryAffiliationCallTracking) it turns Contact ID into strange
characters - letters with accents, boxes. The kind of characters I'd go to
the Character Map to find.
Here is my query:
SELECT
[SAI_StaffID], [OrganizationHistoryID] AS [HistoryID], [OrganizationID],
[Date], [Notes], [KeyConnection?], [OrganizationName] AS [Interacted With],
[OrgOrAff], [OrgID], [ContactID] FROM [qryOrgCallTracking]
UNION SELECT
[SAI_StaffID], [ContactHistoryID] AS [HistoryID], [OrganizationID], [Date],
[Notes], [KeyConnection?], [NameAndOrg] AS [Interacted With], [OrgOrAff] ,
[OrgID], [ContactID] FROM [qryAffiliationCallTracking];
Many thanks in advance,
Matthew
I am confounded by this. I do a union query bringing together data from two
other queries. Everything works fine, except for records from one of the
queries (qryAffiliationCallTracking) it turns Contact ID into strange
characters - letters with accents, boxes. The kind of characters I'd go to
the Character Map to find.
Here is my query:
SELECT
[SAI_StaffID], [OrganizationHistoryID] AS [HistoryID], [OrganizationID],
[Date], [Notes], [KeyConnection?], [OrganizationName] AS [Interacted With],
[OrgOrAff], [OrgID], [ContactID] FROM [qryOrgCallTracking]
UNION SELECT
[SAI_StaffID], [ContactHistoryID] AS [HistoryID], [OrganizationID], [Date],
[Notes], [KeyConnection?], [NameAndOrg] AS [Interacted With], [OrgOrAff] ,
[OrgID], [ContactID] FROM [qryAffiliationCallTracking];
Many thanks in advance,
Matthew