B
Bill
XP SP3 - Off2003 Pro
I have a table that contains a special flag
character for special conditions or status.
It happens, for special reasons, to be
a Unicode ChrW(9658). When I attempt
to filter a recordset to only those records
that contain that flag, I get an empty set.
E.g.,
In the OnOpen code.............
Me.Filter = "[FamilySelect] = " & ChrW(9658)
Me.FilterOn
The implication is that queries do not support
Unicode characters, as I attempted to run the
query directly by inserting the Unicode character
in the criteria by cut/paste of the character from
one of the table entries that included the special
character.
Are there some hidden restrictions here?
I have a table that contains a special flag
character for special conditions or status.
It happens, for special reasons, to be
a Unicode ChrW(9658). When I attempt
to filter a recordset to only those records
that contain that flag, I get an empty set.
E.g.,
In the OnOpen code.............
Me.Filter = "[FamilySelect] = " & ChrW(9658)
Me.FilterOn
The implication is that queries do not support
Unicode characters, as I attempted to run the
query directly by inserting the Unicode character
in the criteria by cut/paste of the character from
one of the table entries that included the special
character.
Are there some hidden restrictions here?