I have a query that has employees and it has multiple items that are associated with it....
There is an employee information table.
for example:
Equip_rent_ID Employee_Id(query) Liable Equipment
123456 Gutierrez, Chris Nextel Radio
123457 Gutierrez, Chris Flash Drive
___________________________________________________________
Right now the query looks something like this:
Gutierrez, Chris | Nextel Radio
Gutierrez, Chris | Flash Drive
I'd like it to be like this:
Gutierrez, Chris | Nextel Radio | Flash Drive
This way I can waste less space and allow for the datasheet view to be printed out and easier to read.... can anyone help? There is probably an easy fix...but I'm not that proficient in SQL.
There is an employee information table.
for example:
Equip_rent_ID Employee_Id(query) Liable Equipment
123456 Gutierrez, Chris Nextel Radio
123457 Gutierrez, Chris Flash Drive
___________________________________________________________
Right now the query looks something like this:
Gutierrez, Chris | Nextel Radio
Gutierrez, Chris | Flash Drive
I'd like it to be like this:
Gutierrez, Chris | Nextel Radio | Flash Drive
This way I can waste less space and allow for the datasheet view to be printed out and easier to read.... can anyone help? There is probably an easy fix...but I'm not that proficient in SQL.