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.
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.