Hi, I'm attempting something that may not be possible.
I have my final summary table created, and I want export that to a txt file (can do) but split by country using a key in the table.
I.e. SUMMARY_UK.txt contains all data from the Summary table with the UK country ID.
SUMMARY_FR.txt contains all the data with France country ID, and so on.
Is this something I can do, or do I need to use split it in my queries? Where would I start?
Thanks in advance.
I have my final summary table created, and I want export that to a txt file (can do) but split by country using a key in the table.
I.e. SUMMARY_UK.txt contains all data from the Summary table with the UK country ID.
SUMMARY_FR.txt contains all the data with France country ID, and so on.
Is this something I can do, or do I need to use split it in my queries? Where would I start?
Thanks in advance.