G
Guest
I need to run an update query in Access 2003 and use the VBcrlf to insert a
new line within a memo field.
update tableA set fieldA = "8/10/2005 - add a new comment at the top" &
vbcrlf & vbcrlf & fieldA
when it runs it thinks that vbcrlf is a parameter and prompts me for it...
what am I doing wrong?
any help would be appreciated..thank you!
new line within a memo field.
update tableA set fieldA = "8/10/2005 - add a new comment at the top" &
vbcrlf & vbcrlf & fieldA
when it runs it thinks that vbcrlf is a parameter and prompts me for it...
what am I doing wrong?
any help would be appreciated..thank you!