K
Karen
I'm writting message box prompts and on some of them I'd like to break the
line. Access help says
If prompt consists of more than one line, you can separate the lines using a
carriage return character (Chr(13)), a linefeed character (Chr(10)), or
carriage return - linefeed character combination (Chr(13) & Chr(10)) between
each line.
But how do I enter the CHR(13) etc in the prompts? What should they look
like?
Karen
line. Access help says
If prompt consists of more than one line, you can separate the lines using a
carriage return character (Chr(13)), a linefeed character (Chr(10)), or
carriage return - linefeed character combination (Chr(13) & Chr(10)) between
each line.
But how do I enter the CHR(13) etc in the prompts? What should they look
like?
Karen