Parameter Queries and Crosstabs

C

Cassie Pennington

I am struggling to create a crosstab query in Access that can be
updated/opened with the option of parameters. Do you have any
suggestions?
 
T

Tony

Hi Cassie,

I've found that if you create a make-table query with your
parameters first it makes it a lot easier. Crosstabs can
be a little weird. This is what I do:

1. Create Make-Table Query with Parameters
2. Create cross-tab query with the table that you created
from step 1.

Hope this helps!

Tony
 
V

Van T. Dinh

I am not sure of the emphasis but the answers are:

1. Cross-Tab Queries are not updateable, i.e. you cannot
change / edit the data in the DatasheetView of the Cros-
Tab Query.

2. To use Parameters in Cross-Tab Queries, you MUST
declare the Parameters. In the DesignView of the Cross-
Tab, use the Menu Query / Parameters... to access the
Parameters Dialog where you can declare the Parameters and
their Types.

HTH
Van T. Dinh
MVP (Access)
 

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

Top