simon551
IS-IT--Management
- May 4, 2005
- 249
I'm getting an error message saying that the "Procedure declaration does not match description of event or procedure having the same name."
Code:
Private Sub memBegDate_Click()
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "membershipsDetail"
stLinkCriteria = "[companyId]=" & Me![companyId]
DoCmd.OpenForm stDocName, , , stLinkCriteria
End Sub