Usually you will need a table such a tblOptions to store various info
about app. Add a field bolLabelInvisible Yes/No and once when user
click the label to make it invisible, set the bolLabelInvisible =
False.
Use OnLoad event of the form:
If Dlookup("bolLabelInvisible", "tblOptions") = True Then
Me.LabelName.Visible = False
End If
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.