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

Access Relationship and Code

Status
Not open for further replies.

Kaonic

Programmer
May 24, 2002
1
US
Is there a way, if there is, to view the relationships through Visual Basic 6.0 code using Access Databases?
 
[smarty]The database has a Relations collection. Relations made using the user interface are named after their tablenames (just concatenated). So a relation between tblMain and tblSub is called 'tblMaintblSub'.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top