Msgbox

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
 
C

CyberDwarf

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
 

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