Hi (again) sorry to be a pain if uv already answered one of my questions. Iv got an insert sqlstring which when executed give an error stating there is something wrong with the statement:
SQLStr4 = "INSERT INTO Hardware_Problems Set Hardware_Id='" & HardwareId & "', Staff_Reported='" & Staff & "', Problem_Description='" & Description & "', Location='" & Location & "'"
It looks ok to me but iv prob missed something silly out]
thanks in advance
johnuk4
SQLStr4 = "INSERT INTO Hardware_Problems Set Hardware_Id='" & HardwareId & "', Staff_Reported='" & Staff & "', Problem_Description='" & Description & "', Location='" & Location & "'"
It looks ok to me but iv prob missed something silly out]
thanks in advance
johnuk4