S
Souris
I have one statment as following
Dim Db As DAO.Database
dim strMySQL as String
Set Db = CurrentDb
strMySQL = "INSERT INTO MyTable (MyField) values ("Hello")
db.execute strMySQL, dbFailOnError
but I got "too fewer parameters. Expected 1"
Any idea about this?
Your hjelp is great appreciated,
Dim Db As DAO.Database
dim strMySQL as String
Set Db = CurrentDb
strMySQL = "INSERT INTO MyTable (MyField) values ("Hello")
db.execute strMySQL, dbFailOnError
but I got "too fewer parameters. Expected 1"
Any idea about this?
Your hjelp is great appreciated,