I have a database containing user details
category
type
firstname
lastname
Initial
Some of the fields will contain Nulls
The user enters the criteria for the query from an Access form, but may not enter values in all fields.
How do I get the query to return all the data even when one of the fields contains a Null Value.
Paul
category
type
firstname
lastname
Initial
Some of the fields will contain Nulls
The user enters the criteria for the query from an Access form, but may not enter values in all fields.
How do I get the query to return all the data even when one of the fields contains a Null Value.
Paul