G
Guest
The following code is giving me an error - Too Few Parameters. Expected 1.
I'm just trying to increment a field when a button is pushed.
strSQL = "UPDATE students " & _
"SET intSilLunch = intSilLunch + 1 " & _
"WHERE txtName = '" & Forms!frmSilTrans!cboName.Column(1) & "'"
Any thoughts? Thanks.
Nick
I'm just trying to increment a field when a button is pushed.
strSQL = "UPDATE students " & _
"SET intSilLunch = intSilLunch + 1 " & _
"WHERE txtName = '" & Forms!frmSilTrans!cboName.Column(1) & "'"
Any thoughts? Thanks.
Nick