Msgbox

  • Thread starter Thread starter Lasse
  • Start date Start date
L

Lasse

Hi,

When I run the 'docmd.runsql( sqlcode )' command to add data, I got some
messagebox.
I will be excused from them, how do I do that.

//Lasse
 
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
 
Back
Top