Crosstab queries in forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like base a form on a crosstab query and be able to change the
values. Is this possible?
 
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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top