S
steph
Hi,
I have a form that displays data from an external oracle-table. I have
2 coordinate fields in this table, namely X and Y, hey hold values like
X='A', Y='5', similar to the fields on a chess board.
I want to order my query results according to the coordinates like
'ORDER BY X,Y'. The problem is Y is a character field instead of a
number field so the resulting order looks like:
A1, A10, A11 etc.
instead of
A1, A2, A3, etc.
I tried to set the 'order by' property to someting like 'X,val(Y)' but
the only result is that I get a random result order. Can anybody help
me, I'm rather desperate on this.
The version is Access 2002, SP3
Thanks for any input,
Stephan
I have a form that displays data from an external oracle-table. I have
2 coordinate fields in this table, namely X and Y, hey hold values like
X='A', Y='5', similar to the fields on a chess board.
I want to order my query results according to the coordinates like
'ORDER BY X,Y'. The problem is Y is a character field instead of a
number field so the resulting order looks like:
A1, A10, A11 etc.
instead of
A1, A2, A3, etc.
I tried to set the 'order by' property to someting like 'X,val(Y)' but
the only result is that I get a random result order. Can anybody help
me, I'm rather desperate on this.
The version is Access 2002, SP3
Thanks for any input,
Stephan