R
RandyH
TIA
I have a form (frmCustomer) which has a checkbox (chkInactive). The
fields on the form have conditional formatting applied in such a way that
they become disabled (not editable) and grayed out when the checkbox is
checked. Now, I would like to set conditional formatting on a different form
(frmWorkOrders) that will become disabled and grayed out when the checkbox
is checked from frmCustomer.
My current conditional expression is [chkInactive]=True, how would I
change this on frmWorkOrders to work?
Randy
I have a form (frmCustomer) which has a checkbox (chkInactive). The
fields on the form have conditional formatting applied in such a way that
they become disabled (not editable) and grayed out when the checkbox is
checked. Now, I would like to set conditional formatting on a different form
(frmWorkOrders) that will become disabled and grayed out when the checkbox
is checked from frmCustomer.
My current conditional expression is [chkInactive]=True, how would I
change this on frmWorkOrders to work?
Randy