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.
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
ps. I'm a newbie so excuse the questions, but this is confusing to me because apart from the VBA compile error, in use the calendar subform works and links as it should.
Most of the code concerning the calender was taken from a calendar database template some kind soul put out on the internet.