A
Alain
Hi, I am getting the error Too few parameters Expected 1 when i try to run
the following SQL statement:
strSQL = "INSERT INTO BudgetGST ( Idbranch, Avril )" & _
" SELECT Idbranch, (Avril*cGST)" & _
" FROM GrossMois WHERE GrossMois.IdBranch = " & num
Avril is a field from GrossMois that contains a value and cGST is a constant.
can anyone tell me what is wrong
Thanks
Alain
the following SQL statement:
strSQL = "INSERT INTO BudgetGST ( Idbranch, Avril )" & _
" SELECT Idbranch, (Avril*cGST)" & _
" FROM GrossMois WHERE GrossMois.IdBranch = " & num
Avril is a field from GrossMois that contains a value and cGST is a constant.
can anyone tell me what is wrong
Thanks
Alain