M
magickarle
Hi, I'm trying to find a way to look in a table for null value.
If there's a null value, then I would show a msg box, if not, I would
show another msg box.
I would prefer something like dlookup, dcount ...
I've tried rs.Find "TrackingNO = Null" but not sure how to integrate
it to a if (since it doesn’t flag if it found a null or not, it merely
returns the row of the recordset.
thank you
If there's a null value, then I would show a msg box, if not, I would
show another msg box.
I would prefer something like dlookup, dcount ...
I've tried rs.Find "TrackingNO = Null" but not sure how to integrate
it to a if (since it doesn’t flag if it found a null or not, it merely
returns the row of the recordset.
thank you