
Originally Posted by
June7
Does it work if you reverse the codes: Chr(10) & Chr(13)? Seems I encountered that, just can't remember which way I reversed. Don't have 2010 here (it's at home) but just tested in 2007 and this reversal fails. Can't imagine 2010 would be different. Can't see anything wrong with that expression. Try a simpler expression in another textbox, like "Test" & Chr(13) & Chr(10) & "test". Does it still fail?
You could just use separate textboxes for each piece of data instead of the concatenation into one.