I have a report with too much text for one label so I use two. It looks fine in Design view but when I preview it the label areas overlap or leave too wide a gap. Any ideas about how I can get round this one, please?
Why not use a text box and format it like a label? It'll display more text than you should need and then it'll solve the problem without having to try to use two text boxes.
but I get to the stage where it says "text too long to be editted" and won't let me do any more.
Any more ideas please? Could I put it in a table as a memo and use Dlookup? If so, wouldn't there be a problem with running a query to produce the report (as I do)
Okay, now we're getting somewhere. The reason you can't fit that many characters in, is that you're using the RECORDSOURCE to input the text and it cannot accept more than 255 characters.
I'd say that you will probably have to add it as a memo field in a table and use it that way (using DLookup) by displaying it with a text box.
BL
hth
[This message has been edited by boblarson (edited 05-28-2002).]