L
Larry Hodges
A2002
I have two forms, the second referencing back to the first. On both forms,
I have a Long Integer field in the recordsets. In the criteria for the
second form, the data in that field has to match.
Of course it works fine if both have data. But if the field is null on both
forms, it doesn't.
I currently have this in the Criteria in the query:
=[Forms]![frmCustomerLumberTally]![BundleQuant]
So, how do I account for a null value?
Thanks in advance,
-Larry
I have two forms, the second referencing back to the first. On both forms,
I have a Long Integer field in the recordsets. In the criteria for the
second form, the data in that field has to match.
Of course it works fine if both have data. But if the field is null on both
forms, it doesn't.
I currently have this in the Criteria in the query:
=[Forms]![frmCustomerLumberTally]![BundleQuant]
So, how do I account for a null value?
Thanks in advance,
-Larry