hi all,
I want to find the record in the table Out_Inst_Val and set a field called Out_Inst_Val to the value in text144 for the record with ID=1.
i tried the following code but am not sure whats wrong.
thanks.Code:CurrentDb.Execute "UPDATE Out_Inst_Val SET [Out_Inst_Val] = text144 WHERE [ID] = 1"