Hard returns for data type varchar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a field in a SQL Server table with type varchar(2550). In Access, I
have a form to enter data into this table. I will sometimes want to enter a
new line in the form field.

Is there a way to enter a hard return on this field, or will I just have to
use the text wrap function?

tia
 
JMorrell said:
I have a field in a SQL Server table with type varchar(2550). In Access, I
have a form to enter data into this table. I will sometimes want to enter a
new line in the form field.

Is there a way to enter a hard return on this field, or will I just have to
use the text wrap function?

Either use Ctl-Enter or set the EnterKeyBehavior property for the TextBox
on the form to "New Line in Field".
 

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

Back
Top