I have a query that grabs it's criteria from text boxes on a form, but if the form does not have a value in the text box I want it to basically be null on the query and not filter out the data.
I'm thinking I need some kind of expression in my query field that basically says " If null then any value else use text from form " but I do not no how to this.
Thanks
I'm thinking I need some kind of expression in my query field that basically says " If null then any value else use text from form " but I do not no how to this.
Thanks