1. I'm using the IF ELSE statement in Crystal Report formula section, but its showing error with the tag (i.e. the word "End" of END IF is not appearing in BLUE color.
2. I have an access database in which the dates are splitted in different columns (such as DD in 1st column, MM in 2nd column, YY in 3rd Column, YY in 4th Column).
Now I have to generate a report based on the date range selected using DatePicker.......I have concatenated the dates in my crystal report using '&'
Now my part of the confusion is, that how can I validate the date range so that the report gets generated?