M
Mike T
I'm using the following line in the Control Source of a text box on my main
form that subtracts the value in a calculated field on the subform to
display remaining funds...
=([Max Misc]-[Forms]![Grants - Financial].[Grants - Financial Sub
Misc].Form.txtTotalMisc)
It works fine for read/write users but displays #Error for read only users
when no data has been entered on the subform (all subforms for read only
users appear grayed out when no data has been entered). I tried using the Nz
function to no avail. Can someone help me with a solution or work-around for
this annoyance? I'd appreciate any help you can provide.
Thanks,
Mike
form that subtracts the value in a calculated field on the subform to
display remaining funds...
=([Max Misc]-[Forms]![Grants - Financial].[Grants - Financial Sub
Misc].Form.txtTotalMisc)
It works fine for read/write users but displays #Error for read only users
when no data has been entered on the subform (all subforms for read only
users appear grayed out when no data has been entered). I tried using the Nz
function to no avail. Can someone help me with a solution or work-around for
this annoyance? I'd appreciate any help you can provide.
Thanks,
Mike