Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crosstab query with subquery

Status
Not open for further replies.

StrikeEagleII

Technical User
Oct 4, 2006
57
US
I have a crosstab query that I am trying to filter what is counted based on a subquery
(TRANSFORM xxx SELECT xxx FROM xxx WHERE pkRevID In(Select xxx))...

I've seen in other posts that you have to add a parameter if your pulling a criteria from a form, but I keep getting the "Microsoft Jet database engine does not recognize 'tblTOLRevisions.fkTOLAircraftJoinID' as a valid field name or expression." As soon as I remove the sub query criteria from the query, it works fine (other than numbers are slightly off because it's picking too many records)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top