G
Guest
Hi! Who knows, why this code make a space but not carriage return?
Me.txtText = rs("companyName") & Chr(13) & Chr(10) & "text1"
When just change ADO RS to a simple text, carriage is working.
Me.txtText = rs("companyName") & Chr(13) & Chr(10) & "text1"
When just change ADO RS to a simple text, carriage is working.