Okay I understand that but!!!
Thanks for your info on that but I still cannot see how that applies to this case the code below is the code that is erroring.
Private Sub Adodc1_MoveComplete(ByVal adReason As ADODB.EventReasonEnum, ByVal pError As ADODB.Error, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset)
Label1.Caption = "Simon why is this not working?"
End Sub
I basically double click on the ADODC1 control and select from the right combo box MOVECOMPLETE and enter a simply line of code but it still errors.
Any suggestions?
Simon