G
Guest
HI
I have 2 tables,
First Table locatisation: ID_Localisation (PrimaryKey), Name, Address
Second Table Infos_Loc: ID_Infos_Loc(PrimaryKey),ID_Localisation
(ForeighKey),Section,Name
I'd like to know if it's possible to view the data of both table in a
TreeView, instead of opening the form Localisation with a subform I want the
user to be able to visualize all data
This is my example:
Localisation: Walmart ; California (parent)
InfosLoc: Section:1; Name:Util
InfosLoc: Section:2; Name:Util1
InfosLoc: Section:1; Name:Util4
InfosLoc: Section:3; Name:Util1
Localisation: Zellers ; California (parent)
InfosLoc: Section:1; Name:Util
InfosLoc: Section:2; Name:Util1
InfosLoc: Section:1; Name:Util4
InfosLoc: Section:3; Name:Util1
Any help please
Thanks
I have 2 tables,
First Table locatisation: ID_Localisation (PrimaryKey), Name, Address
Second Table Infos_Loc: ID_Infos_Loc(PrimaryKey),ID_Localisation
(ForeighKey),Section,Name
I'd like to know if it's possible to view the data of both table in a
TreeView, instead of opening the form Localisation with a subform I want the
user to be able to visualize all data
This is my example:
Localisation: Walmart ; California (parent)
InfosLoc: Section:1; Name:Util
InfosLoc: Section:2; Name:Util1
InfosLoc: Section:1; Name:Util4
InfosLoc: Section:3; Name:Util1
Localisation: Zellers ; California (parent)
InfosLoc: Section:1; Name:Util
InfosLoc: Section:2; Name:Util1
InfosLoc: Section:1; Name:Util4
InfosLoc: Section:3; Name:Util1
Any help please
Thanks