Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database Solutions

Status
Not open for further replies.

lathodio

Programmer
Joined
Mar 25, 2000
Messages
9
Location
SI
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.&nbsp;&nbsp;I am using an mdb database format.&nbsp;&nbsp;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?
 
If you change the RecordSource for a 'bound' adodc control you'll<i> have to re-bind the control </i>;&nbsp;&nbsp;that is 'reset' the ConnectionString / Provider as well as the RecordSource before calling the Requery method.<br><br><br> <p>Amiel<br><a href=mailto:amielzz@netscape.net>amielzz@netscape.net</a><br><a href= > </a><br>Amiel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top