D
Dave
I have a query that returns two "source" fields for a publication: an
"internet" source and a "print" source.
This query is used as the record source for a report that displays only one
source field.
If the "print" source is not null, I want the report to display the print
source field. Otherwise I want it to display the internet source field.
What is the "best practice" for approaching this problem? Do I
programmatically set the control source for my "source" field textbox? Or
do I create two source field textboxes in my report and set the visibility
of one of them to false based on the value in the "print" source field?
And what report event should I code against in this case?
Thanks for any ideas
Dave
"internet" source and a "print" source.
This query is used as the record source for a report that displays only one
source field.
If the "print" source is not null, I want the report to display the print
source field. Otherwise I want it to display the internet source field.
What is the "best practice" for approaching this problem? Do I
programmatically set the control source for my "source" field textbox? Or
do I create two source field textboxes in my report and set the visibility
of one of them to false based on the value in the "print" source field?
And what report event should I code against in this case?
Thanks for any ideas
Dave