I am looking for the best approach to:
1) Hide / show fields on a form based on the value on another table. I actually am able to do this by testing the value on the onOpen event of the form and changing the visible property of the field in question. But I also want to:
2) Adjust the physical location of the other fields if one field is hidden - so the user does not see a gap in the display of the fields. The fields are displayed in the standard "single form" access view.
This application is capturing information about events. Some events require the user to capture additional information while others require limited information.
Thanks.
1) Hide / show fields on a form based on the value on another table. I actually am able to do this by testing the value on the onOpen event of the form and changing the visible property of the field in question. But I also want to:
2) Adjust the physical location of the other fields if one field is hidden - so the user does not see a gap in the display of the fields. The fields are displayed in the standard "single form" access view.
This application is capturing information about events. Some events require the user to capture additional information while others require limited information.
Thanks.