Could anyone help me with the following error message
I have used the add-in manager to put the Data Form Wizard on my Addin Menu.
If I set up a connect to the Biblio.mdb and run the application I get the following error message.
"Compile Error
Procedure declaration does not match description of event or procedure having the same name"
It then drops out to the following code
"Private Sub datPrimaryRS_MoveComplete(ByVal adReason As ADODB.EventReasonEnum, ByVal pError As ADODB.Error, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset)
Can anyone help
wotrac
I have used the add-in manager to put the Data Form Wizard on my Addin Menu.
If I set up a connect to the Biblio.mdb and run the application I get the following error message.
"Compile Error
Procedure declaration does not match description of event or procedure having the same name"
It then drops out to the following code
"Private Sub datPrimaryRS_MoveComplete(ByVal adReason As ADODB.EventReasonEnum, ByVal pError As ADODB.Error, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset)
Can anyone help
wotrac