D
Deb Roberts
I have a group of fields which I want to hide on a report if a certain
condition is true.
I have a field called "payment amount". If this field is empty or 0, I
would like to hide a number of fields relating to payment information - ie
date paid, cheque number, etc.
I can construct an if statement in VB and use the .visible property of all
of the controls/fields that I want to hide, but am having trouble with where
I store the code. I've tried the "on load" "on activate" etc and am not
having much success.
Grateful for any help
Deb Roberts
condition is true.
I have a field called "payment amount". If this field is empty or 0, I
would like to hide a number of fields relating to payment information - ie
date paid, cheque number, etc.
I can construct an if statement in VB and use the .visible property of all
of the controls/fields that I want to hide, but am having trouble with where
I store the code. I've tried the "on load" "on activate" etc and am not
having much success.
Grateful for any help
Deb Roberts