on open event control to = null

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to have the values of 2 controls on my form when opened = (blank)
 
So what have you tried, and what happened when you tried it?
 
Private Sub Form_Open()

Me!Control1 = Null
Me!Control2 = Null

End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top