D
DS
I have this SQL code that isn't working, it says too few parameters -1
I'm only putting one field into the tale Customers, the field is PName.
The value from an unbound textbox. If I go to the table and type a new
Pname in it works fine. Is this a Syntax problem?
CurrentDb.Execute "INSERT Into Customers(PName) VALUES(" & Me.Text1 & ")"
Thanks
DS
I'm only putting one field into the tale Customers, the field is PName.
The value from an unbound textbox. If I go to the table and type a new
Pname in it works fine. Is this a Syntax problem?
CurrentDb.Execute "INSERT Into Customers(PName) VALUES(" & Me.Text1 & ")"
Thanks
DS