Hi Christie,
I have typed the code that I have used in my report. Please help me regarding this and tell me what I have gotten wrong
{Tablename.field1}={?Parameter1} AND
{Tablename.field2}={?Parameter2} AND
(
If {?Parameter3} <> "All" Then
ToText({tablename.field3}) = {?Paramter3}
Else ToText({tablename.field3}) <> {?Parameter3}
AND
({tablename.field4} >={?StartDate}
AND {tablename.field5} <={?EndDate})