I want to open a subform with all fields blank ready for new information to be entered. I have entered the code below in the event procedure of the command button which opens the subform:
Private Sub Form_Activate()
Me.Refresh
End Sub
This doesnt seem to do anything and the first record in the related table is shown. Can anyone tell me the correct code and where to put it?? (Keep it clean ;-)! ) Thanks!
Private Sub Form_Activate()
Me.Refresh
End Sub
This doesnt seem to do anything and the first record in the related table is shown. Can anyone tell me the correct code and where to put it?? (Keep it clean ;-)! ) Thanks!