Freshman
Registered User.
- Local time
- Today, 17:29
- Joined
- May 21, 2010
- Messages
- 437
Hi there,
I have a textbox based on existing data from a table (Long Text field data type).
I don't have control over the input of the data which is done via a website but it appears to have linebreaks because if I copy and paste the exact text into Notepad, it shows with linebreaks, but in the Textbox in Access it shows as one contious line which is difficult for the User to read.
See image attached.
I would like the Textbox to also show the same format. Rich text did not help and I have Shrink and Grow set to True.
To test I created a command button to open NotePad and copy and paste the text into it which displays 100% as explained above.
I know I can re-format the text by looping through the charactes to insert linebreak (vbCRLF) but due to the complexity of the text it would be a big mission to do plus I know the linebreaks are there, so maybe there is a shortcut to display them.
Any ideas?
Thanks
I have a textbox based on existing data from a table (Long Text field data type).
I don't have control over the input of the data which is done via a website but it appears to have linebreaks because if I copy and paste the exact text into Notepad, it shows with linebreaks, but in the Textbox in Access it shows as one contious line which is difficult for the User to read.
See image attached.
I would like the Textbox to also show the same format. Rich text did not help and I have Shrink and Grow set to True.
To test I created a command button to open NotePad and copy and paste the text into it which displays 100% as explained above.
I know I can re-format the text by looping through the charactes to insert linebreak (vbCRLF) but due to the complexity of the text it would be a big mission to do plus I know the linebreaks are there, so maybe there is a shortcut to display them.
Any ideas?
Thanks