I found how in Label field in form, for example, change visibility
Dim ocControl As Object
Set ocControl = Forms("myForm").Controls("myControl")
ocControl.Visible = False
Work correct. But, I can’t find how change label in Label field.
Can someone help me?