Binding a Control to an ADODC Control, Is it possible

  • Thread starter Thread starter Andrew Sampels
  • Start date Start date
A

Andrew Sampels

If I want to add an ADODC control to my form (Have one and it's working
great) but also want to add a Data Grid. Is there a way to bind the
grid to the data control, or do I have to fill it manualy and save the
data back manually as well? Thanks.
 
Outlook custom forms support binding controls only to Outlook fields. You'd
have to fill the data grid manually, etc.
 
Back
Top