I am looking at a DBI downloaded from Microsoft and one of the forms (Attendees) has command buttons with associated labels. When I click on either the command button OR the associated label, the underlying event (macro or procedure) executes. Looking at the properties in design view, the action of the command button makes sense because there is an entry in the On Click event; however, the label has no such entry. So why does the macro or event procedure happen when the label is clicked?
I see also that there is a text box control with a label – the control is set to not visible and the label is set to visible – in fact neither are visible on the form. When I set the control to visible then both are visible. It seems that when the control is set to visible then the label can be either visible or not visible. However, when the control is set to not visible, the label setting has no effect. Is this normal? I thought properties of labels and controls were independent.