On Sun, 17 Jan 2010 13:26:01 -0800, t <(E-Mail Removed)> wrote:
>I will break it up manually to make it more manageable but still need to know
>how to save data that is in access (in a colunmn)in a row format. I have
>coordinates that I need to display in google maps. I figure if I have 20 or
>so coordinates per one line. If someone could give me general instructions
>on how I can use the excel type transpose option in access or vba, That would
>be great. Thanks.
Well, if you don't want all 200,000 records in one line (as your original post
implied) it's not all that hard. An Excel TRANSPOSE applies to an Excel
spreadsheet... and an Access Table is not an Excel Spreadsheet.
But you can apply the VBA code at
http://www.mvps.org/access/modules/mdl0004.htm
to construct a single text string from a set of related records.
--
John W. Vinson [MVP]