Saje two reports - different information

  • Thread starter Thread starter Carol Irey
  • Start date Start date
C

Carol Irey

There are 2 data base reports - one is called converted one, other is
converted two, same customers, and other information, except one has more
information than the other as far as payments and invoice input is concerned.
I am seeing if I can merge these two together to get a complete report and
revise it from there, either deleting or adding information to the combined
report.

I hope this makes sense to someone, I would appreciate any help you can give
me.
 
Carol said:
There are 2 data base reports - one is called converted one, other is
converted two, same customers, and other information, except one has more
information than the other as far as payments and invoice input is concerned.
I am seeing if I can merge these two together to get a complete report and
revise it from there, either deleting or adding information to the combined
report.

I hope this makes sense to someone.


Sort of makes sense, but there is insufficient information
to get a specific answer.

A general approach would be to have a form command button to
open the report. The form would also have some kind of
control (check box?) to indicate if the extra information
should be displayed or hidden.

Then you can use code to make the extra information
(controls? sections? ???) invisible. CanShrink is often
useful when making controls invisible.
 
Back
Top