when I run the below Code :
I get the following error message " Too few parameters. Expected 1. (Error 3061)"
can some one help me with this issue?
Code:
Dim dbsCurrent As Database
Set dbsCurrent = CurrentDb
dbsCurrent.Execute "INSERT INTO [Product information] ([Product Name]) VALUES " & "(" & [NewProdName] & ")"
can some one help me with this issue?
Comment