Hi. Probably not the best way, but you could try something like:
=IIf(DCount("*","QRunningReminder")=0,"None",DSum("CountReminder","QRunningReminder"))
Hope that helps...
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Here are what I write in the textbox control source box under property sheet.
=DSum("[CountReminder]","[QRunningReminder]")
My question is, how do I Remove the #Error on the textbox when there's no value/item in query for it to calculate? I would like or it to simply say "0" or "None". Or at least leave it blank.
Hi. Probably not the best way, but you could try something like:
=IIf(DCount("*","QRunningReminder")=0,"None",DSum("CountReminder","QRunningReminder"))
Hope that helps...
Sorry, my bad. I wrote the wrong Query name. Access automatically leave it blank if there's no data to show.