I am trying to do a Access to SQL convert. I need to pull information into the new database but to do it need to make sure that the information is for that person...
sSql = "Insert into PRemp_Employee (PRempDateOfBirth) Where PRempEmployeeCode = " & code & " values ('" & newdate & "') "
newdate = the old access date converted
code is the old employee code from access
Can you tell me why this won't work ?
sSql = "Insert into PRemp_Employee (PRempDateOfBirth) Where PRempEmployeeCode = " & code & " values ('" & newdate & "') "
newdate = the old access date converted
code is the old employee code from access
Can you tell me why this won't work ?