Not sure if this is possible but I thought I'd ask. Is it possible to group multiple items grouped by a like id. For example, a table (worktbl), has the following columns: ID (auto number), CustomerName (text), PurchaseDate (Date/Time). In the table are three entries for John Smith, ID is 1, and the following dates: 1 Feb 14, 1 Mar 14, and 1 Apr 14. What I am trying to do is get a query to return one entry with the three dates listed in one block separated by commas: John Smith; 1 Feb 14, 1 Mar 14, 1 Apr 14