Repeat Column

  • Thread starter Thread starter KIT LAU
  • Start date Start date
K

KIT LAU

Hi,

I want to create a report based on a crosstab query.
Here's the format:

Phase Model1 Model2 Model3 Model4
----- ------ ------ ------ ------
Phase1 <date> <date> <date> <date>
Phase2 <date> <date> <date> <date>

How can I do the following:
1, Let the users to specify the Model(s) they want to show
on the report from a multiselect list box

2, How to repeat the Phase column on the left on every
page?

Thanks for advance.

KIT LAU
 
-----Original Message-----
Hi,

I want to create a report based on a crosstab query.
Here's the format:

Phase Model1 Model2 Model3 Model4
----- ------ ------ ------ ------
Phase1 <date> <date> <date> <date>
Phase2 <date> <date> <date> <date>

How can I do the following:
1, Let the users to specify the Model(s) they want to show
on the report from a multiselect list box

2, How to repeat the Phase column on the left on every
page?

Thanks for advance.

KIT LAU
.
 
Back
Top