firedingo
firedingo
I'm doing this project that our teacher has us working on in SDD but when I run the program I get a run-time error '424'. It's a text box with a menu attached and a search box in a separate form.
I hit debug and it highlighted some code.
The whole section of code goes as this:
Private Sub mnusearchfind_Click()
frmFind.Show
End Sub
The code is suppose to link the two forms.
Any suggestions as to how I can fix this error.
I hit debug and it highlighted some code.
The whole section of code goes as this:
Private Sub mnusearchfind_Click()
frmFind.Show
End Sub
The code is suppose to link the two forms.
Any suggestions as to how I can fix this error.