K
Kembo
I received the following help on Check Boxes earlier so
that I could flag a mnessage for errors with a check box
linked toi a text box...
Another option would be to have a text box with an if
statement in it. The
box would have no outline and the background would be
transparent. if the
checkbox is true, then put some text such as "Error" if
the checkbox is not
true, then make the value blank "". For example...
=IIf([CheckBoxNameHere],"ERRORS ON RECORD","")
But now, whenever I check a record, it applies to all
records. If I deselect the box, no records are marked...
I want to be able to apply this to individual records.
Any Help?
that I could flag a mnessage for errors with a check box
linked toi a text box...
Another option would be to have a text box with an if
statement in it. The
box would have no outline and the background would be
transparent. if the
checkbox is true, then put some text such as "Error" if
the checkbox is not
true, then make the value blank "". For example...
=IIf([CheckBoxNameHere],"ERRORS ON RECORD","")
But now, whenever I check a record, it applies to all
records. If I deselect the box, no records are marked...
I want to be able to apply this to individual records.
Any Help?