Access 2003 v11 SP2
I have a database with three tables; Customer, Sites, & Systems. They are all linked. Customers to Sites to Systems. One "customer" record with one or more "site" records with each "site" having one or more "system" records. Make sense?
I want to create a simple list that shows how many and what kind of "systems" there are in that particular "site" record. Does that make sense? So, if I have Company A and they have two sites in Chicago and Dallas. In Chicago they only have 1 system and in Dallas they have 4 systems. I want to have a little display window on my form that will display the different type of systems at each site, so the person looking for information can see how many systems they have and what kind without having to scroll through records. I can't figure that out.
I've tried doing various things do get the data in a list box or text box through just queries or linking to a specific field, but I always get ALL the system records for ALL sites for ALL customers, not just the system record for the particular site I am on. It would be nice if I could get them to show up in a list box that the user could just double-click the system (or highlight it and click a button) and it would display the proper record, but one step at a time.
I appreciate any guidance.
I have a database with three tables; Customer, Sites, & Systems. They are all linked. Customers to Sites to Systems. One "customer" record with one or more "site" records with each "site" having one or more "system" records. Make sense?
I want to create a simple list that shows how many and what kind of "systems" there are in that particular "site" record. Does that make sense? So, if I have Company A and they have two sites in Chicago and Dallas. In Chicago they only have 1 system and in Dallas they have 4 systems. I want to have a little display window on my form that will display the different type of systems at each site, so the person looking for information can see how many systems they have and what kind without having to scroll through records. I can't figure that out.
I've tried doing various things do get the data in a list box or text box through just queries or linking to a specific field, but I always get ALL the system records for ALL sites for ALL customers, not just the system record for the particular site I am on. It would be nice if I could get them to show up in a list box that the user could just double-click the system (or highlight it and click a button) and it would display the proper record, but one step at a time.
I appreciate any guidance.