I have a table that in many of the fields there can be NULL values. I created a query on that specific table to use in a form where I send a parameter to one or multiple fields to filter my data. Problem is I cannot get the query to work correctly all the time on every field. Sometimes the record with NULL values gets returned and other times it does not.
Form:
Bug Product Risk Status Title AssignedTo
I have numerous records where Risk or Product or Status may be NULL for whatever reason. When I send in a parameter value for Bug the records with NULL in either of those fields doesnt get returned, but if there is a NULL in AssignedTo they are returned no problem. Attached is the query. Due to the data we contain I cannot submit the table view, but there is nothing different between any of the fields that I can tell. If more info on the query is needed please ask.