I have a query that retrieves data based on the start date and end date the user selects in combo boxes.
frmSelectData.combo6 = Start Date and frmSelectData.combo8 = End Date.
I use this query as the foundation for several other queries on which reports are based. Some of these are crosstab queries. For some reason, when I made this latest crosstab query where I Average and Sum some returned values by quarter, I get a message that states:
The Microsoft Jet database engine does not recognize ‘[Forms].[frmSelectData].[Combo6]’ as a valid field name or expression.
I have replaced the “.” with the “!”symbol with the same results. (ie. [Forms]![frmSelectData]![Combo6])
Can anyone think of any reason why some of my queries work and this one does not?
Many thanks,
aap2