I have a table that I need to ex****t 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 ex****ting the table like this (no header):
3654
5643
1234
And I need it to ex****t that column like this:
3654;5643;1234
But I have to do that programatically because this is an ex****t 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.