SashaBuilder3
Programmer
Hi everyone,
Here is a problem. I've started using a newly installed Office-2000 and my Access VBA gives me error messages if I try to use ADO components, for example, such a message comes for the following declaration line:
Dim rs As New ADODB.Recordset
It tells that this is a user defined data type or something like that. Interesting, that my db created on another machine with Windows-XP (with its Office) works on the new PC without problems (needless to say its programs use ADO stuff).
Can anyone tell me what's going on?
Thanks,
Alexandre
Here is a problem. I've started using a newly installed Office-2000 and my Access VBA gives me error messages if I try to use ADO components, for example, such a message comes for the following declaration line:
Dim rs As New ADODB.Recordset
It tells that this is a user defined data type or something like that. Interesting, that my db created on another machine with Windows-XP (with its Office) works on the new PC without problems (needless to say its programs use ADO stuff).
Can anyone tell me what's going on?
Thanks,
Alexandre