G
Guest
H
I am interested in using a query like :
val=Me.control.valu
Docmd.runSQL("DELETE from Customers Where Name=" &val
That doesn't work neithe
Docmd.runSQL("DELETE from Customers Where Name=val"
How to do this?
Thanks a lot
I am interested in using a query like :
val=Me.control.valu
Docmd.runSQL("DELETE from Customers Where Name=" &val
That doesn't work neithe
Docmd.runSQL("DELETE from Customers Where Name=val"
How to do this?
Thanks a lot