G
Guest
I can't get this syntax right. I've tried both the Select and the Value
parameter, but to no avail. Error message indicates too few parameters.
Expected 2.
Can anyone help, please? Thanks for the help!
db.Execute "INSERT INTO CalcBank ([EmpNo], [Points]) Select [Emp] , [tot];"
Emp and tot are dimmed as number and are stored values.
CalcBank is the table name and EmpNo and Points are fields.
parameter, but to no avail. Error message indicates too few parameters.
Expected 2.
Can anyone help, please? Thanks for the help!
db.Execute "INSERT INTO CalcBank ([EmpNo], [Points]) Select [Emp] , [tot];"
Emp and tot are dimmed as number and are stored values.
CalcBank is the table name and EmpNo and Points are fields.