M
Marc
Hey. I have an Access database which works perfectly on most of the PC's I
have tested it on - except one. I get the error 'cannot load dll' when it
runs the following line of code:
Dim rst As New ADODB.Recordset
rst.Open "Select FisheryName, FisheryID FROM tblFishery WHERE FisheryId="
& Me.FisheryID, CurrentProject.Connection, adOpenStatic, adLockReadOnly
The Me.FisheryID part of the rst.Open command is highlighted. Even upgrading
to Office 2003 did not help. This machine is running on Windows XP with SP2.
The DB was develped on Access 2000 with XP SP2 and has worked on Access 2003
with XP SP2 on other machines. Will a re-instalation of Windows help? Are
there any other options?
Thanks.
have tested it on - except one. I get the error 'cannot load dll' when it
runs the following line of code:
Dim rst As New ADODB.Recordset
rst.Open "Select FisheryName, FisheryID FROM tblFishery WHERE FisheryId="
& Me.FisheryID, CurrentProject.Connection, adOpenStatic, adLockReadOnly
The Me.FisheryID part of the rst.Open command is highlighted. Even upgrading
to Office 2003 did not help. This machine is running on Windows XP with SP2.
The DB was develped on Access 2000 with XP SP2 and has worked on Access 2003
with XP SP2 on other machines. Will a re-instalation of Windows help? Are
there any other options?
Thanks.