Append query without field names

J

John

Hi

Is there a way to have an append query without the field names so whichever
filed names match between the source and destination tables they get copied?

Thanks

Regards
 
J

John W. Vinson

Hi

Is there a way to have an append query without the field names so whichever
filed names match between the source and destination tables they get copied?

Thanks

Regards

INSERT INTO target
(SELECT * FROM source)
 

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

Top