A
anonymous
I'm new to this.
I am trying to create an address book for employees using
Access 97.
It has a simple layout (eg: Name: Location: Address:,
etc..)
the information comes from Textboxes with Labels.
i have the main part set up simply, and columnar, because
I like the "can shrink" option to keep the report small.
(eg.:
_________________________
Name: John Doe
Location: out of town
Address: Deer Lane
_________________________
etc,)
My problem is that if a field is left blank it still shows.
Here is what I don't want it to look like:
_________________________
Name: John Doe
Location:
Address: Deer Lane
_________________________
Name: Jane Smith
Location: Somewhere
Address:
_________________________
Here is what I want it to look like:
_________________________
Name: John Doe
Address: Deer Lane
_________________________
Name: Jane Smith
Location: Somewhere
_________________________
Is there a way to shrink BOTH the 'Label AND the Text' if
the field returns a NULL value?
IF there is a way, how do I do it in Access 97?
Any Help / Suggestions will be greatly appreciated.
I am trying to create an address book for employees using
Access 97.
It has a simple layout (eg: Name: Location: Address:,
etc..)
the information comes from Textboxes with Labels.
i have the main part set up simply, and columnar, because
I like the "can shrink" option to keep the report small.
(eg.:
_________________________
Name: John Doe
Location: out of town
Address: Deer Lane
_________________________
etc,)
My problem is that if a field is left blank it still shows.
Here is what I don't want it to look like:
_________________________
Name: John Doe
Location:
Address: Deer Lane
_________________________
Name: Jane Smith
Location: Somewhere
Address:
_________________________
Here is what I want it to look like:
_________________________
Name: John Doe
Address: Deer Lane
_________________________
Name: Jane Smith
Location: Somewhere
_________________________
Is there a way to shrink BOTH the 'Label AND the Text' if
the field returns a NULL value?
IF there is a way, how do I do it in Access 97?
Any Help / Suggestions will be greatly appreciated.