outputting structure/design of Append query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello -

I have to map the fields from a bunch of old tables to several new tables.

I would like to output the Append Query designs to an Excel or Word file so
I can document the mapping for my client.

I have tried a regular copy by selecting the columns in the query but the
copy command is not supported.

Any idea how I can do this?

thanks
sandy
 
Thanks, Jerry -

What I ended up doing is going to the SQL as you suggested,
copying
then pasting the code into MSWord,
doing a SEARCH for ",[space]"
REPLACE with "^t"
copying from Word
then PASTE SPECIAL -> transpose into Excel to get the fields to line up.

A few steps, but better than keying it all in again :-)

thanks!
sandy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top