I am currently running a passthrough query against an oracle database, doing a calculation then returning the results. With an order by clause on a specified field.
If the user then sorts a different field then trys to sort the original field the order follows the following order
1>1>11>18>2>21>26 etc
Obviously using a passthrough query i can not use the Clng() function which i have used in a previous database to fix this same problem.
I put a to_number() (oracle function) in the passthrough query so its not that.
I have put a =clng([fieldname]) on the subform still no success.
at a loss now??
Any help would be well appreciated!!!!!!!!!! Thanx in advance if you do.
If the user then sorts a different field then trys to sort the original field the order follows the following order
1>1>11>18>2>21>26 etc
Obviously using a passthrough query i can not use the Clng() function which i have used in a previous database to fix this same problem.
I put a to_number() (oracle function) in the passthrough query so its not that.
I have put a =clng([fieldname]) on the subform still no success.
at a loss now??
Any help would be well appreciated!!!!!!!!!! Thanx in advance if you do.