Group Data Export/New Table

P

Phil Jones

Hi Guys,

I have a table that has a number of duplicate entries and want to export the
grouped data to a CSV or save as a new table.

any ideas?

Thanks
 
A

Allen Browne

Create a query that groups the data as you require.

Use TransferText to export the query to a CSV.
 
Top