K
khmoffat
I am tring to create a form that will check or uncheck a box next to a
signature line to indicate if the signature is required or not.
I have several fields that are calculated.
The best I can do is using another field with a formula in it like
"=OR(OR(euro_total>0,swan_total>0),genus_total>0)"
this results in a 1 or a zero. I would rather have this as a checked or
unchecked box. Any ideas?
Right now I am assuming I need to use VBA for this hence my previous post.
signature line to indicate if the signature is required or not.
I have several fields that are calculated.
The best I can do is using another field with a formula in it like
"=OR(OR(euro_total>0,swan_total>0),genus_total>0)"
this results in a 1 or a zero. I would rather have this as a checked or
unchecked box. Any ideas?
Right now I am assuming I need to use VBA for this hence my previous post.