How To Establish a One-to-Many Relation with a DBCombo (170552)
The information in this article applies to:
- Microsoft Visual Basic Professional Edition for Windows 4.0
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 4.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q170552 SUMMARY
Often it is desirable to have a DBCombo pick-list to allow users to choose
a single data item and have a set of records from a different but related
table display. Most often this scenario is based on two tables with a one-
to-many relationship. The DBCombo box lists records from the table on the
"one" side of the relationship and other controls show the records from the
table on the "many" side of the relationship.
REFERENCES
For more information about database relationships, search for the keywords
"Relational Database Design" in the Microsoft Visual Basic 5.0 Books
Online.
Modification Type: | Minor | Last Reviewed: | 7/1/2004 |
---|
Keywords: | kbhowto KB170552 |
---|
|