Object Library Not Support

  • Thread starter Thread starter DS
  • Start date Start date
D

DS

I've been using this code all along and it's been fine. Now when I compile
it's saying object library not supported. Any help appreciated.
Thanks
DS

Forms!frmCheckPreview2!TxtSubTotal = SUBEX(Me,
CurrentDb.TableDefs("tblCheckDetailsTMP"))
 
Hi DS,

check the references and be sure that microsoft DAO 3.6 is checked and is
before microsoft activex data objects

HTH Paolo
 
Thanks.
Yes it was checked, but it was not before the ActiveX reference, I moved it
before and it works.
While we are on the subject is there an article explaining these references
and the order they should be in?
Thanks
DS
 
Back
Top