A
Alain
Hi, I need a little help with the Update syntax, I need to update multiple
fields but always get the error 3061 Too few parameters, expected 2
CurrentDb.Execute _
"UPDATE tblLease Set AreaLand = " & Me.AreaLand & "[,AreaLandSM = " &
Me.AreaLandSM & "] WHERE IdLease = " & num2 & ""
Can anyone explain to me what is wrong here, I am following the example
from Access books
PS using Access 2000
TIA
Alain
fields but always get the error 3061 Too few parameters, expected 2
CurrentDb.Execute _
"UPDATE tblLease Set AreaLand = " & Me.AreaLand & "[,AreaLandSM = " &
Me.AreaLandSM & "] WHERE IdLease = " & num2 & ""
Can anyone explain to me what is wrong here, I am following the example
from Access books
PS using Access 2000
TIA
Alain