G
Guest
I have a report that is treating a long int (autonumber field) as a string
when sorted (e.g. 1,10,100,11,110, etc.). I want it to sort as a number.
I have other reports which sort the field correctly but have been unable to
determine the difference between them.
The sort order is being dynamically decided by a form which loads the
report. Therefore I can sort by name, acct#, address, etc. I don't see how
this is affecting the number being treated as a string though.
Any ideas?
thanks,
James
when sorted (e.g. 1,10,100,11,110, etc.). I want it to sort as a number.
I have other reports which sort the field correctly but have been unable to
determine the difference between them.
The sort order is being dynamically decided by a form which loads the
report. Therefore I can sort by name, acct#, address, etc. I don't see how
this is affecting the number being treated as a string though.
Any ideas?
thanks,
James