J
Joshua
I have a table that I need to export as a csv but when I do it causes my one
column to be in rows and the values are not seperated by commas. Sorry if
that's confusing; it is exporting the table like this (no header):
3654
5643
1234
And I need it to export that column like this:
3654;5643;1234
But I have to do that programatically because this is an export that will be
continually made by multiple users. I know that excel allows you to transpose
which is exactly what I'm trying to programatically do in access.
Thanks in advance for any help.
column to be in rows and the values are not seperated by commas. Sorry if
that's confusing; it is exporting the table like this (no header):
3654
5643
1234
And I need it to export that column like this:
3654;5643;1234
But I have to do that programatically because this is an export that will be
continually made by multiple users. I know that excel allows you to transpose
which is exactly what I'm trying to programatically do in access.
Thanks in advance for any help.