Because of the maximum of 255 lines in a textfield I have 3 textfields on a form allowing reports to be written. This has to be be sent to a report. Because of not knowing how much text has been entered in the 3 textfields it is proving a problem to know the best way to put the fields in a report. I have set the can grow and can shrink to yes, however I wonder if I should trim each field (checking there is something in each one) and joining into 1 textbox having put a space between each field to overcome wasted space.
Is it a viable route?. My report recordsource comes from a listbox on a data entry form
Thanks for any advice
Is it a viable route?. My report recordsource comes from a listbox on a data entry form
Thanks for any advice