I have a field on a report that references a query. if the query produces an empty results list, I get a null value in my field. How do I set this property to place a zero in this field if the value of dlookup is null?
Thank you for you assistance in this quandry.
Code:
=dlookup('comm', 'qryInvoices')
Thank you for you assistance in this quandry.