LARiot
Programmer
- Feb 7, 2007
- 232
I have a report where it needs to be sorted by a text field which has numbers:
1
101
102
2
201
Should read as:
1
2
101
102
201
The problem is that the name of the field is Ep # and when I type Cdbl([Ep #]) in the expression field of Sorting and Grouping I get:
Extra ) in query expression '[Cdbl([Ep #])]'
Any idea how to fix this?
By the way I'm using Cdbl instead of CInt because some episode numbers have decimals.
Thanks
1
101
102
2
201
Should read as:
1
2
101
102
201
The problem is that the name of the field is Ep # and when I type Cdbl([Ep #]) in the expression field of Sorting and Grouping I get:
Extra ) in query expression '[Cdbl([Ep #])]'
Any idea how to fix this?
By the way I'm using Cdbl instead of CInt because some episode numbers have decimals.
Thanks