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.