Changing a value in a subform

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

Guest

In the on current event I want to change a value in a subform on that form. I
want todays date inserted into it.

I know that I can go Me.Date = Date
But how do i reference a subform ?
 
Me.SubFormControl.Form.DateControl.Value = VBA.Date()

HtH

Pieter
 

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