Search results

  1. S

    User Input or Null Value in Same Query

    How can I return records based on user input for a field and if there is no user input (blank) return all records with null values in that same field. I can do it with two separate queries. One using "like" and the other using "is null" but I would like to combine them into one query.
Back
Top Bottom