Hi
I use a dlookup function to look up the value.
The question is if won't find a value in the table, would varRollup (which is variant) be null or it would just be the error?
varRollup = DLookup("TOPROLLUP", "TransitValidation", "[TRANSIT] = " & varTransit)
How can I check if no values were returned for varRollup?
I use a dlookup function to look up the value.
The question is if won't find a value in the table, would varRollup (which is variant) be null or it would just be the error?
varRollup = DLookup("TOPROLLUP", "TransitValidation", "[TRANSIT] = " & varTransit)
How can I check if no values were returned for varRollup?