I have been given the task of creating a form that looks "JUST LIKE" the Subform in Access. I am converting an Access database to SQL and VB. The Company wants the form to look just like the Access Form/Subform they have now.
The subform is in the form of individual controls not a table view.
I have tried this with Seperate ADODC controls and have it somewhat working.
the problem is when you try to edit or Add new. This Data is from multiple database tables. Three in fact. Even with the Three seperate ADODC controls I have the problem that there is three seperate connections to the SQL Server. Has anyone done something like this and used another method or is there a way to pull one recordset from SQL and then tie the ADODC controls to subsets of the original recordset without all the Connections to SQL.
any ideas would be helpful.
Morgan
The subform is in the form of individual controls not a table view.
I have tried this with Seperate ADODC controls and have it somewhat working.
the problem is when you try to edit or Add new. This Data is from multiple database tables. Three in fact. Even with the Three seperate ADODC controls I have the problem that there is three seperate connections to the SQL Server. Has anyone done something like this and used another method or is there a way to pull one recordset from SQL and then tie the ADODC controls to subsets of the original recordset without all the Connections to SQL.
any ideas would be helpful.
Morgan