Moving data programatically

M

mart

An easy way would be to use make table queries. These can
then be called from code ...

docmd.setwarnings false 'turns of the msgbox warnings
docmd.openquery "your make table query"
docmd.setwarnings true 'turn the msgbox warnings back
on.

M.
 

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