query name in ado/dao raises error

Y

YisMan

hi everyone
i really need help here.
since ive installed .net framework 2.0, neither ADO nor DAO will recognize
thee names of my queries in the sql statement

if i use it in the ado.open method i get a -2147217904 error and if i use
the dao.openrecordset method i get the infamous 3061 error.
no spelling problems whatsoever. my sql string is "select * from anyQuery"
please help if anyone can, if going nuts!
 
Top