I am developing a User Interface that will do the following,<br> 1)View Records from an mdb format<br> 2)Update Records <br> 3)Print Records<br> 4)Query Records<br><br> I am having problems with the query part. I am using an mdb database<br> format. I am using adodc for the data object, however I can not figure out how<br> to get the adodc control to query conditional datafields form the mdb database.<br> Should I use another approch or should I use another control for accessing the<br> mdb file?