Good day, I have a database inherited from a new client (Access 2007) they currently have a form on which they would like to have a few extra text boxes on the form if a checkbox is ticked and not visible if not ticked. Is this possible? If yes can you point me to an example of the code and where to put it. Thanks.
Found the answer. Me.NameOfComboBox.Visible = Me.NameOfCheckBox placed in Event On Click