Hi Peeps,
I have a rather strange problem.
A field (employee number)in my database had leading zero's e.g. 3717 was 003717.
For some reason i had to turn this around so i made a query to delete all leading zero's in my database.
This went well except for the numbers that had a letter in it. But thats easy correctable and not the issue.
After the query had ran i tried sorting the field and it seems to be aligning not propperly, like this :
12
1200
123
in stead of
12
123
1200
Is there a way to correct this ? The field is TEXT (as it was before i ran the query)
I would make it Numbers but i cant, the eployee numbers also have letters in them.
Help me please !