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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data Environment?????

Status
Not open for further replies.

goatsaregreat

Programmer
Mar 21, 2001
82
GB
I have a dataenvironment (DE) that I want to be able to change by code. I want to be able to change the table that it is bound to through code. I have an ADODC control that is always bound to the correct table as defined by the user. If there is a way to send the ADODC's recordsource to the DE, that would be what I would need. Thanks for the help.
 
Recommendation: dump the data control and just code using ADO. Trust me - it is MUCH better than using the control.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top