yes, I've written the name of the text box where i have to and i have put the code on current but it still gives me an error.
Private Sub Form_Current()
Me.oscarPic.Visible = Nz(Me.bestpictureoscer, False)
Me.oscarmonkey.Visible = Nz(Me.dropbox, False)
Me.Image189.Visible = Nz(Me.oscar1, False)
Me.Image190.Visible = Nz(Me.oscar2, False)
Me.textoscar <> "" Then
Me.Image191.Visible = True
Else
Me.Image19.Visible = False
End If
End Sub