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 format. I am using adodc for the data object, however I can not figure out how to get the adodc control to query conditional datafields form the mdb database. Should I use another approch or should I use another control for accessing the mdb file?