I have a table: Complaint
Within the table there is a field: CustomerID
There could be anywhere from 1 to 10 records with the same CustomerID.
I would like to show all the complaints for a specific CustomerID on a form in one field.
Right now I have the following Control Source Code:
=[Complaint.PartNumber] & ", ," & [Complaint.PNdescrip] & ", ," & [Complaint.Complaint]
This code will only display 1 record.
I would like the text box to look like this: (All from the same CustomerID number)
Part Number A PN Description A Complaint A
Part Number B PN Description B Complaint B