I have a report that uses 3 parameters to search by Order Number, Serial, and Item Number. The set up requires that the query fields all have a full value in them or a "*" in order for any data to be pulled. I need to set up a formula that will allow the user to run a partial query in one field and leave the other fields blank i.e. OrderNumber ?123? with generate all data that starts or contains "123" but they can leave the Serial and ItemNumber fields blank. Currently unless all fields have "*" in them the will not generate any data.