hey
how do you do it in crystal report?
converting a string to a number?
Printable View
hey
how do you do it in crystal report?
converting a string to a number?
In the Record Selection Editor you can use something like this...
CDbl will convert a number, currency, string, or boolean to a number.
VB Code:
CDbl ({ado.Field1})