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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crosstab Queries in MS Access

Status
Not open for further replies.

bondidude

Programmer
Apr 10, 2003
4
US
Hi,

I am trying to run a crosstab query which has input from a form as criteria in its where clause, but I keep getting told that the 'Microsoft Jet Database doesn't recognise [Forms]![Form Report]![Cert] as a valid field name'.

I find this strange seeing as I have form fields as criteria in a number of non cross tab queries.

Has anyone come across this?
 
Try using the Query, Parameters menu option, and defining the [Forms]![Form Report]![Cert] as a parameter. I sometimes find that crosstabs are a little fussy with wanting these parameters defined.

PS. Is that "bondidude" as in Sydney, Aust? Steve Lewy
Solutions Developer
steve@lewycomputing.com.au
(dont cut corners or you'll go round in circles)
 
Thanks Steve, that worked a treat.

I hadn't come across parameters before.

Incidentally, yes Sydney, Aust would be correct.

Cheers

Nik
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top