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

Delphi thers MasterTable, how about VB?

Status
Not open for further replies.

Sum77

Programmer
Joined
Apr 11, 2002
Messages
5
Location
FI
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top