VB code for a enter key

  • Thread starter Thread starter Hilva
  • Start date Start date
H

Hilva

Do anyone have an idea of the VB code for a enter key? I
would like to add a line in a memo field via a VB code.

Thank you so much.
 
Thank you so much
-----Original Message-----
Usually, it is:

Chr(13) & Chr(10)

there is also a constant:

vbCRLF


hth,

--

Cheryl Fischer, MVP Microsoft Access
Law/Sys Associates, Houston, TX





.
 
Back
Top