Stroud1977
Registered User.
- Local time
- Today, 10:53
- Joined
- Nov 30, 2013
- Messages
- 45
Hi, this is my first database, and with help from you helpful lot, I'm making good progress.
My database is seemingly working fine, but when I try to Debug/Compile Database in VBA menu I get the following error
'Compile Error, method or data member not found'
and it's higlighting the '.frmCalendarMain' bit (including the fullstop at the start)
in this piece of code.
Now, the help menu says this happens when links or titles are misspelt etc, but 'frmCalendarMain' seems fine and can be opened without problem and the database itself seems to work fine.
Should I be concerned with this error? (I'll attach a copy of the DB if you want to take a look)
Many thanks, Steve
My database is seemingly working fine, but when I try to Debug/Compile Database in VBA menu I get the following error
'Compile Error, method or data member not found'
and it's higlighting the '.frmCalendarMain' bit (including the fullstop at the start)
in this piece of code.
Code:
Private Sub Form_AfterUpdate()
Me.frmCalendarMain.Form.Requery
End Sub
Now, the help menu says this happens when links or titles are misspelt etc, but 'frmCalendarMain' seems fine and can be opened without problem and the database itself seems to work fine.
Should I be concerned with this error? (I'll attach a copy of the DB if you want to take a look)
Many thanks, Steve