Change column count

B

Bob Howard

I have an Access 2000 report with three columns. Sometimes, I want to
produce that same report, but with 2 columns (otherwise, no change). Do I
need to make this into two different reports and choose one over the other?
Or can I use one report, and in the OnOpen event ask the user which is
wanted and then set the column count property??

Bob (@Martureo_Org)
 
D

Destin Richter

Bob, it's always easier to design seperate reports for separate purposes,
tying each to a descriptive command button that pulls them up.

Destin Richter
[email protected]
 
Top