Mac the Flash
New member
- Local time
- Today, 08:26
- Joined
- Jul 13, 2010
- Messages
- 3
This is probably and easy thing, but I just can't find it anywhere.
I had a database with a form for logging activities at my company. Originally, I had it set up as memo fields, giving the user plenty of space to explain events. Though, I had to redo this form due to the Access 2003 glitch where when exporting to HTML, the ends of the entries were being cut off.
So I went to a simple form of text fields where a user can type a line of text, and if he needed it, just tab to the next line and add more. Comes out good in HTML.
Here is the problem. There is no good number of Text characters to allow a line. I set it at 110 and most of the time, this stops the user when he reaches the end of the form's text box. But, as you know, some characters are wider than others, so sometimes, a user can get to the end of the text box and keep typing causing the text to scroll over.
This causes a problem when exporting the report to HTML, it cuts off what was typed past the Text box size. I already did the "Can Grow" on the report, but this just causes that extra word or two to fall to a line below it, messing with the format of the text lines.
So here is my question, is there some setting that will force the user to stop typing at the physical end of a text box, even if he has not reached the limit of characters?
Thank you for any help.
I had a database with a form for logging activities at my company. Originally, I had it set up as memo fields, giving the user plenty of space to explain events. Though, I had to redo this form due to the Access 2003 glitch where when exporting to HTML, the ends of the entries were being cut off.
So I went to a simple form of text fields where a user can type a line of text, and if he needed it, just tab to the next line and add more. Comes out good in HTML.
Here is the problem. There is no good number of Text characters to allow a line. I set it at 110 and most of the time, this stops the user when he reaches the end of the form's text box. But, as you know, some characters are wider than others, so sometimes, a user can get to the end of the text box and keep typing causing the text to scroll over.
This causes a problem when exporting the report to HTML, it cuts off what was typed past the Text box size. I already did the "Can Grow" on the report, but this just causes that extra word or two to fall to a line below it, messing with the format of the text lines.
So here is my question, is there some setting that will force the user to stop typing at the physical end of a text box, even if he has not reached the limit of characters?
Thank you for any help.