One of my acces reports needs to point the recipient to what fields in it are non-empty(changed). Most fields in the report will be empty, but some might have a default value.
How can I do this, preferably with some VBA. I tried looping over the controls in the form and setting ctl.Properties("Font weight") = "bold", but that does not work. please tell me what does?
How can I do this, preferably with some VBA. I tried looping over the controls in the form and setting ctl.Properties("Font weight") = "bold", but that does not work. please tell me what does?