Hi all,
I have a report which contains, as you would expect, a number of text box's labels and memo fields, one of which is called "TxtRelship". What I want to do is hide certain labels and other text box's depending on the value of "TxtRelship".
I can do this on a form Ok using an 'If Then' statement and setting .visible for the field I want to hide. However I notice that on the 'On Format' event of the report the .visible isn't available.
How would I go about achieving this?
Regards
I have a report which contains, as you would expect, a number of text box's labels and memo fields, one of which is called "TxtRelship". What I want to do is hide certain labels and other text box's depending on the value of "TxtRelship".
I can do this on a form Ok using an 'If Then' statement and setting .visible for the field I want to hide. However I notice that on the 'On Format' event of the report the .visible isn't available.
How would I go about achieving this?
Regards