Crosstab queries in forms

E

Eric Blitzer

I would like base a form on a crosstab query and be able to change the
values. Is this possible?
 
J

John Vinson

I would like base a form on a crosstab query and be able to change the
values. Is this possible?

No. A Crosstab query is an aggregate, so that any individual field in
it doesn't "belong" to any particular table.

You'll need to use either a temp table or an unbound form with code to
move the data into your normalized table.

John W. Vinson[MVP]
 
Top