Search results

  1. P

    Crosstab Query with "EXISTS" statement

    That's what I've done. The normal select query works just fine, but creating a crosstab from that select as a second query is where things choke fatally. I've done the same thing on a few other queries (which do not contain EXISTS statements) and their subsequent crosstabs work fine. For...
  2. P

    Crosstab Query with "EXISTS" statement

    As a solution to my last question, I've begun using EXISTS statements within queries for the data extraction I'm refining. All seemed well, everything worked as intended, but now whenever I try and put that data into a crosstab query for viewing, I get an error message like: "The Microsoft...
  3. P

    Conditional Query Help

    I'm just getting my teeth into Access, which means not only do I not know how to do a lot of things, I don't know enough of the terminology to do proper searches; apologies if this has been asked before. I've got a table, with analysis types and values in two columns. I want to write a query...
Back
Top Bottom