Hi, I'm using a form with multiple search criteria, some or all of which can be left blank.
When all fields are left blank, the query returns all records. However, there are likely to be several thousand of these records in the future. How can I get the query to return NO records if all fields are left blank?
My query uses field = [forms]![formname]![controlname] or [forms]![formname]![controlname] is Null
Many thanks
When all fields are left blank, the query returns all records. However, there are likely to be several thousand of these records in the future. How can I get the query to return NO records if all fields are left blank?
My query uses field = [forms]![formname]![controlname] or [forms]![formname]![controlname] is Null
Many thanks