but in the form view they are all messed up. It appears to be ordering them in a numeric order such as this:
1,10,100,101,102,-----2,20,200,201,202 etc etc. Is there a way to change the sort so that it will simply go 1,2,3,4,5,6,7,8,9??? Thanks!
2007-05-16
01:18:28
·
3 answers
·
asked by
flatenchristopher
1
in
Computers & Internet
➔ Programming & Design
I need to sort a table that looks like this: SD070001, SD070002 etc. Can u walk me through how to change my settings so that my form hold the zero so that when sorting in descending order it will sort 1,2,3,4,5,6,7,8,9,10 as oppose to 1,10,100,101.......109,11,110,111,112,113. THANKS!!!
2007-05-16
03:14:18 ·
update #1