Exporting records to individual files (Base or Calc)

I have 1600+ records (rows) where I wish to export each to an individual
external file.

Export the information in Column B and save the file as the name in Column
A.

I'm comfortable with SQL code for Base, or Macro for Calc.

Just need to have some idea of the coding.

Thanks,
G-Jim

I have 1600+ records (rows) where I wish to export each to an
individual external file.

Export the information in Column B and save the file as the name in
Column A.

I'm comfortable with SQL code for Base, or Macro for Calc.

Just need to have some idea of the coding.

Maybe save the information as a CSV file and use whatever scripting
language you are most comfortable with?