I have some textboxes on a form.. the data comes from a table...
the field (ADDRESS) has a vbcrfl in it that is not being seen by the textbox??

if I copy/paste the data from the textbox to notepad I get the CrLf.. but in access it squashes the 2 lines together?

Example:

In Access I see this:

1000 West Orange
AveAnaheim, CA 12345 <<<NOTE: It word wraps due to the size...

in notepad...

1000 West Orange Ave
Anaheim, CA 12345


I dont see a multiline property? and the scrollbar shows....????

Thanks!