Expression Builder - Hard Return

S

Sam

Does anyone know what the expression or key to use in
expression builder for a hard and soft return?
 
K

kevin11

Yes, add Chr$(13)+Chr$(10) at the end of string to get a
new line (e.g. in a memo field).

Kevin11
 
Top