Mel Henderson
Registered User.
- Local time
- Today, 20:12
- Joined
- Feb 13, 2000
- Messages
- 14
Could any one point me in the right direction with this problem. When I tried to make an MDE file from my database I got the following message “compile error in hidden module: Form_Order_Entry.
When I go to my form in design view and click on the compile icon, the following errom comes back “Type-Declaration Character does not match Declared Data Type”.
MsgBox Error$ is where it high lights the problem, but I notice if I bypass that, it will stop at any line that has “MsgBox Error$.
Private Sub Button65_Click()
On Error GoTo Err_Button65_Click
Screen.PreviousControl.SetFocus
DoCmd.FindNext
Exit_Button65_Click:
Exit Sub
Err_Button65_Click:
MsgBox Error$
Resume Exit_Button65_Click
End Sub
Thanks for any help you can give me in solving this problem.
Mel
When I go to my form in design view and click on the compile icon, the following errom comes back “Type-Declaration Character does not match Declared Data Type”.
MsgBox Error$ is where it high lights the problem, but I notice if I bypass that, it will stop at any line that has “MsgBox Error$.
Private Sub Button65_Click()
On Error GoTo Err_Button65_Click
Screen.PreviousControl.SetFocus
DoCmd.FindNext
Exit_Button65_Click:
Exit Sub
Err_Button65_Click:
MsgBox Error$
Resume Exit_Button65_Click
End Sub
Thanks for any help you can give me in solving this problem.
Mel