AcctSolver
Technical User
I have a report where I would like the user to be able to select all records based upon the field {Parts.PartNo}. This field will not always have data in it, and it is string data.
I'd like them to be able to free text for a particular part#, such as J123, select multiple part numbers, select all part numbers ([Parts.PartNo} <> " "), or just those records without part numbers ({Parts.PartNo} = " ").
How do I set the parameter up properly to do that?
I'd like them to be able to free text for a particular part#, such as J123, select multiple part numbers, select all part numbers ([Parts.PartNo} <> " "), or just those records without part numbers ({Parts.PartNo} = " ").
How do I set the parameter up properly to do that?