J
jack-geronimo
I have programmed an VBA Project(adp-File), which runs fine since two
years.
But after the change of the Connection-String the Application always
runs into an runtime-error 13: Type mismatch when I call the following
Sub.
Call aktuell_von_record(Me, objRS)
Sub aktuell_von_record(ByRef frm As Form, ByVal objRS As Recordset)
frm.lb_recordpos.Caption = "Datensatz " & objRS.AbsolutePosition &
" von " & objRS.RecordCount & " wird angezeigt"
End Sub
But this error only appears on few Computers... on other Plattforms
with the same Configuration (Windows2000 and Access 2002) it works
fine.
ARGH!!!
....please help...
greetinx
jack-geronimo
years.
But after the change of the Connection-String the Application always
runs into an runtime-error 13: Type mismatch when I call the following
Sub.
Call aktuell_von_record(Me, objRS)
Sub aktuell_von_record(ByRef frm As Form, ByVal objRS As Recordset)
frm.lb_recordpos.Caption = "Datensatz " & objRS.AbsolutePosition &
" von " & objRS.RecordCount & " wird angezeigt"
End Sub
But this error only appears on few Computers... on other Plattforms
with the same Configuration (Windows2000 and Access 2002) it works
fine.
ARGH!!!
....please help...
greetinx
jack-geronimo