I appreciate your efforts to help. I have seen the same information in the help screens of Crystal but since I've never had a Crystal class, never even opened the program until yesterday, I'm at a loss as how to apply the CDate function. In Crystal "Select Expert" I have added a tab for the field id_6 which is my text field, used the 'formula' choice and tried CDate{Workstat.ID_6} <="07/01/2007". Am I approaching this correctly?
I should add the fact that the values in the field are already in a date format. I have also tried the following
If ISDate({Workstat.ID_6}) Then
Formula CDate({WORKSTAT.ID_6}) <= 07/01/2007
EndIf
or If ISDate({Workstat.ID_6}) Then
Formula CDate({WORKSTAT.ID_6}) <= "07/01/2007"
EndIf
Edited by blkhills - 28 Feb 2007 at 9:10am