Good Morning all!
I am trying to launch a form, which I had working successfully and cannot work out for the life of me what I have done to break it. I cant even get it to launch the form, it comes up with Object Required and it highlights the row NewStaffForm.Show of the macro
Private Sub CommandButton1_Click()
NewStaffForm.Show
End Sub
My Form is definitely called NewStaffForm
Anybody any ides what I'm doing wrong?
I am trying to launch a form, which I had working successfully and cannot work out for the life of me what I have done to break it. I cant even get it to launch the form, it comes up with Object Required and it highlights the row NewStaffForm.Show of the macro
Private Sub CommandButton1_Click()
NewStaffForm.Show
End Sub
My Form is definitely called NewStaffForm
Anybody any ides what I'm doing wrong?