Hi!
In Delphi there's properties like MasterTable, MasterField.
It's easy to connect tables and controls. Does anyone know what is the best way to do same in VB.
I have tried ADO recordset, ADO control, SHAPE techniques.
Without clik events I can't get them working. Shape works if I have one children but..
What I am doing:
I have Orders grid, I want to tell grid that it's master table is Customers(grid). OrderDetail grid I want to tell that it's masterTable is Order and so one.
regards
Sum
In Delphi there's properties like MasterTable, MasterField.
It's easy to connect tables and controls. Does anyone know what is the best way to do same in VB.
I have tried ADO recordset, ADO control, SHAPE techniques.
Without clik events I can't get them working. Shape works if I have one children but..
What I am doing:
I have Orders grid, I want to tell grid that it's master table is Customers(grid). OrderDetail grid I want to tell that it's masterTable is Order and so one.
regards
Sum