H
Hanksor
Ok, Where am I going wrong.
strSQL = "UPDATE tblPointsTest SET tblPointsTest.Training = " & CurAmount &
" WHERE (((tblPointsTest.EmpID)=" & emID & "));"
DoCmd.RunSQL (strSQL)
emID is a string. It runs but asks for emID before completing.
Any help will be appreciated.....
strSQL = "UPDATE tblPointsTest SET tblPointsTest.Training = " & CurAmount &
" WHERE (((tblPointsTest.EmpID)=" & emID & "));"
DoCmd.RunSQL (strSQL)
emID is a string. It runs but asks for emID before completing.
Any help will be appreciated.....