G
Greg Smith
I am creating a report in Access and I would like alter the visibility of
certain controls based on a value in a data field. I have tried writing the
code but there is no code filler for the property I want to change.
This is basically what I am trying to do.
If the data field "OrderViaFax" contains a true (it is a Boolean field) then
make the corresponding label visible "OrderViaFax_label". There is a
visible property that can be changed at design time but I can't seem to find
the way to change it at run-time.
Any help is greatly appreciated.
certain controls based on a value in a data field. I have tried writing the
code but there is no code filler for the property I want to change.
This is basically what I am trying to do.
If the data field "OrderViaFax" contains a true (it is a Boolean field) then
make the corresponding label visible "OrderViaFax_label". There is a
visible property that can be changed at design time but I can't seem to find
the way to change it at run-time.
Any help is greatly appreciated.