M
Mr Sir
Hi Folks,
I'm sorting a bunch of codes in Access2000 that are stored in a text
field and contain a good number of dashes (-). As I understand it Unicode
data types do not recognize dashes. Therefore, i am getting results like:
A-BC
AB-D
A-BE
ABF
AB-G
When what I want is:
A-BC
A-BE
AB-D
AB-G
ABF
The same problem in SQL Server was solved by changing the datatype from
nvarchar to varchar. There is no such option in Access. Does anyone know
of a way to force the sort to produce results that a Non-Unicode field would
produce?
Thanks!
I'm sorting a bunch of codes in Access2000 that are stored in a text
field and contain a good number of dashes (-). As I understand it Unicode
data types do not recognize dashes. Therefore, i am getting results like:
A-BC
AB-D
A-BE
ABF
AB-G
When what I want is:
A-BC
A-BE
AB-D
AB-G
ABF
The same problem in SQL Server was solved by changing the datatype from
nvarchar to varchar. There is no such option in Access. Does anyone know
of a way to force the sort to produce results that a Non-Unicode field would
produce?
Thanks!