susanmgarrett
Registered User.
- Local time
- Today, 05:57
- Joined
- Dec 7, 2004
- Messages
- 41
I created a query that involved an IIF statment:
cattext: IIf(IsNull([parentcatdesc]),([categoryDescription]),([parentcatdesc]) & " (" & [categoryDescription] & ")")
When I view the query, it looks fine.
I changed the query to MakeTable and created a table.
When I view the table, the concatenated field appears as an Asian character:
椆0 (50S)
If I export the query, I get the same results viewing the data in an excel spreadsheet.
Am I dealing with database corruption? Did an errant keystroke change languages on me? The rest of the problem appears to be English and my settings are in English.
Does anyone have a clue as to what's happening? I've never seen this before.
Thanks!
Susan
cattext: IIf(IsNull([parentcatdesc]),([categoryDescription]),([parentcatdesc]) & " (" & [categoryDescription] & ")")
When I view the query, it looks fine.
I changed the query to MakeTable and created a table.
When I view the table, the concatenated field appears as an Asian character:
椆0 (50S)
If I export the query, I get the same results viewing the data in an excel spreadsheet.
Am I dealing with database corruption? Did an errant keystroke change languages on me? The rest of the problem appears to be English and my settings are in English.
Does anyone have a clue as to what's happening? I've never seen this before.
Thanks!
Susan