Chr(13) & Chr(10)
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Paul" <(E-Mail Removed)> wrote in message
news:e7USUv5#(E-Mail Removed)...
> I'm building an update query that will concatenate two fields and update
> the first field with the combination of the two fields. However, I would
> like to separate the two components with a blank line, or two carriage
> return or line feed characters. In Visual Basic, I'd use vbcr&vbcr to do
> this. How can I do this in an update query?
>
> Thanks in advance,
>
> Paul
>