I have a Report to print labels.
I have it open from a Macro in 'print preview' so that the number of pages of labels can be seen before a print run is started. Unfortunately, my first data line is this
=Trim([Title] & " " & [First first name] & " " & [First surname] & " " & [Spouse/family] & " " & [Second first name] & " " & [Second surname])
I believe it will work OK because there is only data in either the [Spouse/family] field or [Second first name] & " " & [Second surname]
(These fields are inherited from a previous database. I may be able to lose them later)
Anyway, my problem is that I get an error message that there is not enough horizontal space on the page. Can I suppress that error message and if so, How?
I have it open from a Macro in 'print preview' so that the number of pages of labels can be seen before a print run is started. Unfortunately, my first data line is this
=Trim([Title] & " " & [First first name] & " " & [First surname] & " " & [Spouse/family] & " " & [Second first name] & " " & [Second surname])
I believe it will work OK because there is only data in either the [Spouse/family] field or [Second first name] & " " & [Second surname]
(These fields are inherited from a previous database. I may be able to lose them later)
Anyway, my problem is that I get an error message that there is not enough horizontal space on the page. Can I suppress that error message and if so, How?