C
craigyk
Hi
I am new to macros and access but this is what i want to acheive:
I have an access table that contains over 50 columns (A to ZZ) which i
am currently converting in a macro to a csv file for importing later
into a mysql database.
The actions in my macro are as follows:
TransferDatabase (makes a copy of the data)
TransferText (copies the data to a csv)
DeleteObject (deletes the recently copied table)
Quit
Is there a way in the transfer text function part of the macro to only
copy one specific column from within the table???
Many thanks for any help / advice
craig
I am new to macros and access but this is what i want to acheive:
I have an access table that contains over 50 columns (A to ZZ) which i
am currently converting in a macro to a csv file for importing later
into a mysql database.
The actions in my macro are as follows:
TransferDatabase (makes a copy of the data)
TransferText (copies the data to a csv)
DeleteObject (deletes the recently copied table)
Quit
Is there a way in the transfer text function part of the macro to only
copy one specific column from within the table???
Many thanks for any help / advice
craig