K
KM
This small VBA script adds a new post i the table. But when I run it
from, a messagebox like "You are about to add 1 row(s)" (translated from
danish). The messagebox contains a Yes an No button.
The script is like this:
Dim sSql As String
sSql = "INSERT INTO sagsoversigt (sagsnavn) values ('" &
Form_h2o_hovedmenu.txtSagsNavn.Value & "')"
DoCmd.RunSQL sSql
Is there anyway to avoid the message?
TIA
Kaare
from, a messagebox like "You are about to add 1 row(s)" (translated from
danish). The messagebox contains a Yes an No button.
The script is like this:
Dim sSql As String
sSql = "INSERT INTO sagsoversigt (sagsnavn) values ('" &
Form_h2o_hovedmenu.txtSagsNavn.Value & "')"
DoCmd.RunSQL sSql
Is there anyway to avoid the message?
TIA
Kaare