Re: Msgbox



Lasse

Try:-
docmd.runsql "SQL statement goes here"

Note that the double-quotes are required, unless you hold the SQL statement
is held in a string variable

HTH

Steve


.