Hello
Go into new query, select the table and put in the criteria box:
[Field1] & [Field2] & [Field3] & [Field4]
This will put all 4 fields in one record. If you want to put a space between them, use & " " & instead of the single ampersand.
John