HI
when i run the above code i get "data type mismatch error"Code:CurrentDb.Execute "DELETE * FROM tblUser WHERE [ID] = '" & Me.Combo4 & "';"
tblUser ID datatype number
Combo4 = number.
how to ignore the above error? any changes to be done for the above code?