BrenoAguiar
IS-IT--Management
I'm trying to add an empty string to be sent in this command, so that by using the code below, it will send the two combined text boxes ([text2] and [addnt])and also an EMPTY STRING or a CTRL ENTER (SendKey) to the one field (Notes) in my table "Units".
DoCmd.RunSQL "UPDATE Units SET Notes=[Notes] & [text2] & [addnt] & [space] where [computer code] = '" & Me!compcode & "'"
Thanks Guys!
DoCmd.RunSQL "UPDATE Units SET Notes=[Notes] & [text2] & [addnt] & [space] where [computer code] = '" & Me!compcode & "'"
Thanks Guys!