Object Library Not Support

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"))
 
P

Paolo

Hi DS,

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

HTH Paolo
 
D

DS

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top