Yes, for tjust this field. The only code I currently have associated with this toggle button is this:
Code:
Private Sub TogSA1_AfterUpdate()
If Me.TogSA1.Value = True Then
Me.txtSA1.Visible = True
Else
Me.txtSA1.Visible = False
End If
End Sub
Another question. I saw some of your posts regarding the trust center in 2007. I opened my db at home last night in 2003, made some minor changes to the formatting of a form, then opened it again in 2007 today. For some reason, none of my even procedures are working. I have tried creating new trusted locations, moving the db etc. but nothing seems to work. I am not getting a blocked content message when I open the db.