Hello, I have a DB in SQL Server and one in Access. My problem is that when I sort records in Access, Access uses a diferent way to sort in a manner that the records look like this:
ACEIMPVERLASERCTA
ACO000OFSM553
ACO000OFSM-553
ACUC06BACCARTON
When I sort the same records using SQL Server, the records look like this:
ACEIMPVERLASERCTA
ACO000OFSM-553
ACO000OFSM553
ACUC06BACCARTON
That affects the process we excecute and the problem occurs also in words with accents (á, é, í, ó, ú).
If anyone knows a way to solve this problem please let me know!!
Thanks a lot
ACEIMPVERLASERCTA
ACO000OFSM553
ACO000OFSM-553
ACUC06BACCARTON
When I sort the same records using SQL Server, the records look like this:
ACEIMPVERLASERCTA
ACO000OFSM-553
ACO000OFSM553
ACUC06BACCARTON
That affects the process we excecute and the problem occurs also in words with accents (á, é, í, ó, ú).
If anyone knows a way to solve this problem please let me know!!
Thanks a lot