patrickstrijdonck
Programmer
Hey Guys,
I have tried looking it up on Google but I cannot find what i'm really looking for, Im hoping someone might point me in the right direction;
I have a MS access database with the following tables;
tblStores
tblTickets
tblOrders
What I want is a treeview where I can see if there are open items for a specific store, the tree view should look like this:
-Calls
-StoreA
-StoreB (2)
-StoreC
-Orders
-StoreA (1)
-StoreB
-StoreC (3)
Above, StoreB has 2 tickets open, Store A has 1 Order open and StoreC has 3 orders open.
Thanks
I have tried looking it up on Google but I cannot find what i'm really looking for, Im hoping someone might point me in the right direction;
I have a MS access database with the following tables;
tblStores
tblTickets
tblOrders
What I want is a treeview where I can see if there are open items for a specific store, the tree view should look like this:
-Calls
-StoreA
-StoreB (2)
-StoreC
-Orders
-StoreA (1)
-StoreB
-StoreC (3)
Above, StoreB has 2 tickets open, Store A has 1 Order open and StoreC has 3 orders open.
Thanks