T
Todd
On my reports form I've got a report where you can select
from a combo box which company you want to print
information. Once selected, the page header of the report
has a text field that will display whichever company I
selected: control source is [Forms]![reportformname]!
[comboboxname].
In the query the report is based on I've got an additional
field referencing the combobox to where if no company is
selected the report will show all companies. This field
is set to "Is Null". This works fine but it doesn't
display the company names in the page header.
How can I change the control source in the page header to
still display the company names in the header when I don't
actually select a company. Or is this the wrong approach
to take?
from a combo box which company you want to print
information. Once selected, the page header of the report
has a text field that will display whichever company I
selected: control source is [Forms]![reportformname]!
[comboboxname].
In the query the report is based on I've got an additional
field referencing the combobox to where if no company is
selected the report will show all companies. This field
is set to "Is Null". This works fine but it doesn't
display the company names in the page header.
How can I change the control source in the page header to
still display the company names in the header when I don't
actually select a company. Or is this the wrong approach
to take?