E
Eric`
I'm trying to load a memo field with a carriage return
using an SQL statement. The following code using an ASCII
character does not work. What does?
str = "UPDATE [Action] SET [Action].ActComment = [Action]!
[ActRequest] & Chr(13) & " & _
"[Action]![ActCustomerName];"
db.Execute str
using an SQL statement. The following code using an ASCII
character does not work. What does?
str = "UPDATE [Action] SET [Action].ActComment = [Action]!
[ActRequest] & Chr(13) & " & _
"[Action]![ActCustomerName];"
db.Execute str