G
Guest
my website captures a "consumer interest list" so a new row is created each time a consumer express interest in another product. This data is then pulled (via SQL) and dumped into an access database table. I would like to be able to send each consumer an email letting them know the status of each item (using mail merge). To do this I need to transpose my data such that each consumer has one row of data with a column for each item of interest. How do I convert the rows of data to columns?