With help from Maurice, I now have two fields and associated labels that become visible/invisible dependent on the selection/status of a checkbox. The visibility is controlled in the AfterUpdate property of the check box. See previous "field visibility" post.
What I am now looking to do is have the visibility of those fields change as I navigate between records. So if the checkbox is unchecked for a particular record, then the fields are not visible when this record is displayed in my form.
Can someone tell me in which event this test should be applied?
I'm thinking this should be a form event, but I don't see a change record event as such.
Thanks
Phil