Hello
I am new to access and trying to design an inventory tracking database. Most is done but I am having trouble with a query.
I have the following:
Table 1
Fields: User / Phone / etc
Table 2
Fields: Computer / User / etc
Table 3
Fields: Printer / User / etc
I have a query that will give me the user, the computer, and the printer in a list. The problem is that it is combined and if the user has more than one computer or printer it lists the other twice. For Example
User Computer Printer
Testusr PC1 Print1
Testusr PC1 Print2
Testusr PC1 Print3
I would like it to return the data seperated instead but can't seem to figure out how to do it. example of what I want:
Testusr PC1
Testusr Print1
Testusr Print2
Testusr Print3
Any help would be apreciated. Sorry if my description is fuzzy or if this has already been answered. I couldn't really figure out how to keywoord tis problem.
Thank You
I am new to access and trying to design an inventory tracking database. Most is done but I am having trouble with a query.
I have the following:
Table 1
Fields: User / Phone / etc
Table 2
Fields: Computer / User / etc
Table 3
Fields: Printer / User / etc
I have a query that will give me the user, the computer, and the printer in a list. The problem is that it is combined and if the user has more than one computer or printer it lists the other twice. For Example
User Computer Printer
Testusr PC1 Print1
Testusr PC1 Print2
Testusr PC1 Print3
I would like it to return the data seperated instead but can't seem to figure out how to do it. example of what I want:
Testusr PC1
Testusr Print1
Testusr Print2
Testusr Print3
Any help would be apreciated. Sorry if my description is fuzzy or if this has already been answered. I couldn't really figure out how to keywoord tis problem.
Thank You