sandersbrett
Technical User
I currently have a live report that accepts four fields. However, its full of AND statements, which requires the user to input all four fields in my form. How to i change my sql statement to perform and AND on only the data entered into the form. i.e. If the user enters fields 1 and 3, the sql queries for all records with 1 & 3.