Wondering if you can help me with a Visual Basic database problem, this problem are *very* unusual. Not even the people at a visual basic forum know why and how to fix this
heres my problem
The Program (Download this first)
I am getting a debug error to two forms, these forms have code to change the record using the adodc control, this code is:
Code:
Private Sub adoAddress_MoveComplete(ByVal adReason As ADODB.EventReasonEnum, ByVal pError As ADODB.Error, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset)
'Show record number
adoAddress.Caption = adoAddress.Recordset.AbsolutePosition & " of " & adoAddress.Recordset.RecordCount
End Sub
This bit is highlighted by the debugger
Private Sub adoAddress_MoveComplete(ByVal adReason As ADODB.EventReasonEnum, ByVal pError As ADODB.Error, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset
This error occurs on both forms in question, these forms are
frmPhones and
frmAddresses
Can you please have a look at this error so you can maybe help me? thx