i tried this code but work only with first record
If Me.Memo1 = "Normal" Then Me.Memo1.Visible = False
If Me.Memo1 <> "Normal" Then Me.Memo1.Visible = True
If Me.Memo1 = "Normal" Then Me.Memo1_Label.Visible = False
If Me.Memo1 <> "Normal" Then Me.Memo1_Label.Visible = True
If Me.Memo2 =...