J
Jim Pockmire
A field that is used for sorting data uses an optional field that may
contain either numeric or text data (one or the other but not both). The
problem is that the numeric data is converted to text such that numeric
values are sorted 1, 10, 2 etc. I have tried the "Val" function to no avail
and the report has multiple group levels such that using VB to set the
"orderby" property will be cumbersome. I there a way to to have the field
store a numeric value when appropriate?
contain either numeric or text data (one or the other but not both). The
problem is that the numeric data is converted to text such that numeric
values are sorted 1, 10, 2 etc. I have tried the "Val" function to no avail
and the report has multiple group levels such that using VB to set the
"orderby" property will be cumbersome. I there a way to to have the field
store a numeric value when appropriate?