Buckar00B0nzai
Technical User
I have a Form (Form.Main) with a subform (Form.Sub) embedded in it. Here's what I would like to do.
If I update a field (Status) on the subform, can I force it to update a field on the main form with an IF statement? I'm thinking:
Private Sub Status_AfterUpdate()
If Me.Status.Value = "Blue" Then
Me.NEED HELP HERE.Value = Now()
Else
End If
End Sub
Am I even close?
Thank you for your help.
Buckaroo Banzai
If I update a field (Status) on the subform, can I force it to update a field on the main form with an IF statement? I'm thinking:
Private Sub Status_AfterUpdate()
If Me.Status.Value = "Blue" Then
Me.NEED HELP HERE.Value = Now()
Else
End If
End Sub
Am I even close?
Thank you for your help.
Buckaroo Banzai