P
Perry
Check in VBE (VBA IDE) under menu Tools | References
whether a reference is listed missing.
Most likely: DAO
Uncheck this missing entry and look for a more recent entry in the listing.
Addtly, you may need to extend all declarations in yr database project
explicitely pointing
to the DAO library, like in:
Dim db As DAO.Database
Dim rs As DAO.Recordset
....etc
Try again, repost of this doesn't remedy
Krgrds,
Perry
whether a reference is listed missing.
Most likely: DAO
Uncheck this missing entry and look for a more recent entry in the listing.
Addtly, you may need to extend all declarations in yr database project
explicitely pointing
to the DAO library, like in:
Dim db As DAO.Database
Dim rs As DAO.Recordset
....etc
Try again, repost of this doesn't remedy
Krgrds,
Perry