Hi All,
How would a function be written to look at fields in an SQL table and retrieve only the non-numeric portion of the data in the field? In the example below how would you write a vb function look for just " XYZZ".
The function will reside in MRS for a report, also note most data in the field is alpha-numeric.
Here's the existing Crystal Code:
If Left({AV_ACTIVITY.ACT},4)="XYZZ" then {@HrsWk1} else 0
Thanks a bunch!
>scott

How would a function be written to look at fields in an SQL table and retrieve only the non-numeric portion of the data in the field? In the example below how would you write a vb function look for just " XYZZ".
The function will reside in MRS for a report, also note most data in the field is alpha-numeric.
Here's the existing Crystal Code:
If Left({AV_ACTIVITY.ACT},4)="XYZZ" then {@HrsWk1} else 0
Thanks a bunch!
>scott