S
Sondra
I have a form that contains a check box to obsolete a
document. Also associated with the document are several
individual toggle buttons which identify the binders these
documents are in. If the button = yes then the document
is in the binder.
I was trying to write an expression that stated if the
check box = yes then the toggle button should equal no. I
wrote it like this and placed in on the AfterUpdate Event
for each toggle button:
Iif([ObsoleteDoc]= yes, no, yes)
But it isn't working.
1. Do I need to identify the name of the toggle button in
my Iif statement?
2. Is this possible?
Thanks
document. Also associated with the document are several
individual toggle buttons which identify the binders these
documents are in. If the button = yes then the document
is in the binder.
I was trying to write an expression that stated if the
check box = yes then the toggle button should equal no. I
wrote it like this and placed in on the AfterUpdate Event
for each toggle button:
Iif([ObsoleteDoc]= yes, no, yes)
But it isn't working.
1. Do I need to identify the name of the toggle button in
my Iif statement?
2. Is this possible?
Thanks