Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim ctl As Control
For Each ctl In Me.Section(0).Controls
ctl.whatever = something
Next
'in the detail section On Format event
On Error Resume Next
Dim ctl As Control
For Each ctl In Me.Section(0).Controls
ctl.Visible = Len(ctl.Value & "") = 0
Next
If you want to hide an associated label when its text box is null, you can change the label control to a text box, set it to Can Shrink: Yes and set its Control Source to something like:but the control has a label associated and that wasn't going away either