Can you use docmd.runsql with an INSERT INTO command like this...
first I open the database and a recordset.
then I do some stuff, but I would like to be able to use a line like
docmd.runsql "INSERT INTO [tblMsg] (User) VALUES('HELLO');"
although it won't find tblmsg. (i am trying to NOT link...