yepwingtim
Registered User.
- Local time
- Today, 11:17
- Joined
- Jun 6, 2008
- Messages
- 126
Private Sub Form_AfterUpdate()
Me.frmLastUpdated.Form.Recordset.AddNew "Comp_Name", "Daniel"
End Sub
Im inserting new data to a subform named frmLastUpdated which gives me lastest name that was changed to the form
________
Volcano Vaporizer Review
Me.frmLastUpdated.Form.Recordset.AddNew "Comp_Name", "Daniel"
End Sub
Im inserting new data to a subform named frmLastUpdated which gives me lastest name that was changed to the form
________
Volcano Vaporizer Review
Last edited: