C
Chip1035
I am not a master, professional or even an ametuer in Access. I hope I will
be clear in what I am trying to accomplish. Here it goes...
I have a form with a checkbox to state a true value. When the checkmark is
placed, I want the specific field to be viewable, if the checkbox is clear,
the field to be invisable.
Little clearer, example:
I have a database of employees and their computer systems. I want to show
if the user has a printer or not via the checkbox. If the user does have a
printer, place a check in the checkbox and the printer name becomes visable.
If the user does not have a printer, the checkbox is left unchecked and the
printer name does not show.
Basically, it is like an "IF" statement in Excel, If checkbox is yes, view
printer name, otherwise do not view printer name.
I already have it setup where the printer name is visable no matter if the
user does or doesn't have a printer.
be clear in what I am trying to accomplish. Here it goes...
I have a form with a checkbox to state a true value. When the checkmark is
placed, I want the specific field to be viewable, if the checkbox is clear,
the field to be invisable.
Little clearer, example:
I have a database of employees and their computer systems. I want to show
if the user has a printer or not via the checkbox. If the user does have a
printer, place a check in the checkbox and the printer name becomes visable.
If the user does not have a printer, the checkbox is left unchecked and the
printer name does not show.
Basically, it is like an "IF" statement in Excel, If checkbox is yes, view
printer name, otherwise do not view printer name.
I already have it setup where the printer name is visable no matter if the
user does or doesn't have a printer.