The
References dialog box indicates that DAO 3.5 is referenced, however, DAO 3.0 is still the underlying reference. Therefore, if you save the workbook and open it on a computer with only DAO 3.0, it will maintain the reference to DAO 3.0.
If you would like your project to permanently reference DAO 3.5, follow these steps:
- In the Visual Basic Editor, click References on the Tools menu.
- Click to clear the Microsoft DAO 3.5 Object Library check box.
- Click to select the Microsoft DAO 3.5 Object Library check box again and click OK.
NOTE: If you permanently change the reference to DAO 3.5, your macro will produce an error when you run it on a computer that only has DAO 3.0
installed.