J
Jeff
I'm migrating some code from MySQL to ACCess
I have a character field that I wish to sort numerically (rather than
alpha numerically), I don't want to change the field type.
In MySQL I do this:
ORDER BY CAST(my_field AS SIGNED)
How is this done in Access?
Jeff
I have a character field that I wish to sort numerically (rather than
alpha numerically), I don't want to change the field type.
In MySQL I do this:
ORDER BY CAST(my_field AS SIGNED)
How is this done in Access?
Jeff