VB code for a enter key

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.
 
G

Guest

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





.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top