PDA

Click to See Complete Forum and Search --> : ADODC and Data Environment


Rev. Michael L. Burns
Mar 21st, 2000, 11:25 PM
Is it possible to bind an ADODC control to the data Environment instead of directly to the Access MDB file?

I'd like to use the ADODC control as the source for my textboxes and grids on a form but have it reflect the contents of whichever DataEnvironment command object I'm using at the time.

Any help here would be most appreciated.

Thanks,
Rev. Michael L. Burns

bsmith
Mar 22nd, 2000, 07:53 PM
I have not tried this before, but I believe I read someplace that you can bind the ADODC to the DataEvironment. I am not sure if you can do it at design time though. You may need to put the Set statements in the Form_Load.

I hope this at least gives you soemthings to try. Sorry I don't have any examples.