Erich,
The SQL would be:
Enter the Start Date You Want] AS ReportDate, [Enter the End Date You Want] AS EndDate
This prompt the user to enter the date and also would include the dates in the table you create from your first make table query. Then you would use that table for the crosstab quesry and yes you would get the dates on each line but you could pick and choose what to include when you build the string that contains the customer information.
Gerald