Suppressing address lines
I have the following scenario: I print an invoice which includes address
text boxes in the following order:
____________________________________
| CustName |
| AddrLine1 |
| AddrLine2 |
| PCode |
| City |
| Country |
|___________________________________|
As you can see, if AddressLine1 through PCode are empty, I will have a big
empty gap in this label. Those fields are used in textboxes. How can I
suppress the empty space so that City goes higher?
.
Relevant Pages
- Re-post: Yet another problem with "no current record"
... I have a form with 4 unbound text boxes and a button. ... My problem happens after I set one of the values to -999 and execute another ... to empty out the form of rows so the user can start over. ... Else 'Either description entered, or first time entry ... (microsoft.public.access.formscoding) - Re: Re-post: Yet another problem with "no current record"
... I have a form with 4 unbound text boxes and a button. ... My problem happens after I set one of the values to -999 and execute ... to empty out the form of rows so the user can start over. ... Else 'Either description entered, or first time entry ... (microsoft.public.access.formscoding) - multiple text boxes to table (was Re: empty lines in catalog merge)
... My merge output is a document with multiple text boxes on each page. ... select "dont print empty lines" in Print Merge, but I want the empty lines ... I have gone back through the wizard and can't see a way to not include a ... (microsoft.public.publisher) - Re: Shrink and Grow
... >issues related to text boxes growing and shrinking. ... >The report is in landscape format. ... >empty, the problem comes when Notes is empty and ... >concatenated fields. ... (microsoft.public.access.reports) - Re: List Box default value shown
... You want the "text box" portion of the combo box to be empty. ... I assume that the combo boxes are ... I have a form with some text boxes and some list boxes. ... (microsoft.public.access.forms) |
|