I have a question,
If I am writing the recordsource for a report and am searching a table for a value based on a value:
If the user leaves a text box blank, then I want to find a record that has that same text box blank in the table.
Will it work since both values are null?
I am not sure how searching for a null using a null will effect the recordset.
Now when I try it doesn't even recognize the null value and just says that it can't find the record.
Ex - I am displaying to the user five text boxes for them to put criteria in that I will then search the table by.
The user might leave only one text box blank because four of them are required. (called doc char) In the table are the same rules. Only one text box might be blank (called doc char)
Thanks
If I am writing the recordsource for a report and am searching a table for a value based on a value:
If the user leaves a text box blank, then I want to find a record that has that same text box blank in the table.
Will it work since both values are null?
I am not sure how searching for a null using a null will effect the recordset.
Now when I try it doesn't even recognize the null value and just says that it can't find the record.
Ex - I am displaying to the user five text boxes for them to put criteria in that I will then search the table by.
The user might leave only one text box blank because four of them are required. (called doc char) In the table are the same rules. Only one text box might be blank (called doc char)
Thanks