Y
ydbc
Hi,
Please help.
I am attemping to INSERT INTO a simple table. All I want to do is INSERT
INTO a text field. This is the syntax I'm using:
Dim NewCol As String
NewCol = Me.txtNewColName
DoCmd.RunSQL "INSERT INTO tblVulnerableGroup ([VulnerableGroup]) VALUES (" &
NewCol & " )"
I keep getting "Enter parameter value". I'm really stuck.
Thanks in anticipation.
Please help.
I am attemping to INSERT INTO a simple table. All I want to do is INSERT
INTO a text field. This is the syntax I'm using:
Dim NewCol As String
NewCol = Me.txtNewColName
DoCmd.RunSQL "INSERT INTO tblVulnerableGroup ([VulnerableGroup]) VALUES (" &
NewCol & " )"
I keep getting "Enter parameter value". I'm really stuck.
Thanks in anticipation.