Here's what I found out<br>
If you were used to using <br>
<br>
Dim db as database, rst as recordset<br>
<br>
then change it to<br>
<br>
Dim db as DAO.database, rst as DAO.recordset<br>
<br>
and everything will work like before.<br>
Also in the VBA program make sure you have the DAO 3.6 box checked in the Addins. VBA is a separate program and <br>
I don't have Access 2000 here in front of me but it starts with the word 'Microsoft' and its the only one that has 3.6 in it.<br>
<br>
Hope this Helps<br>
DougP