I have a form which displays information for personnel based on whether a field ([position]) contains the word "Argosy". I would like users to be able to stop personnel details from being displayed by setting the [position] field to null (i.e. removing "Argosy").
I have tried using a check box (uncheck to remove "Argosy") but I cannot get this to work. I set the Control Source to "[position]" and then created an IIF statement in the "Before Update" event, but all this does is to make the check box un-useable.
Am I trying to do something impossible? Any pointers would be much appreciated.
Best Regards
John
I have tried using a check box (uncheck to remove "Argosy") but I cannot get this to work. I set the Control Source to "[position]" and then created an IIF statement in the "Before Update" event, but all this does is to make the check box un-useable.
Am I trying to do something impossible? Any pointers would be much appreciated.
Best Regards
John