I have a complex report in Access 2003. In addition to the query that feeds the report, I have some control sources set to gather data from other queries.
One field uses the following for the control source:
=Format(nz([qryBudgetFilter edByThisFiscalY ear12.CNS/Amer12],0),"Currency")
This works fine. However when I change this to:
=Format(nz([qryBudgetFilter edByThisFiscalY ear12.CNS/Amer13],0),"Currency")
I get an error saying "Invalid bracketing of name".
The query qryBudgetFilter edByThisFiscalY ear12 is a crosstab. One of the column headings is CNS/Amer12 and one is CNS/Amer13.
Any ideas where I should look?
One field uses the following for the control source:
=Format(nz([qryBudgetFilter edByThisFiscalY ear12.CNS/Amer12],0),"Currency")
This works fine. However when I change this to:
=Format(nz([qryBudgetFilter edByThisFiscalY ear12.CNS/Amer13],0),"Currency")
I get an error saying "Invalid bracketing of name".
The query qryBudgetFilter edByThisFiscalY ear12 is a crosstab. One of the column headings is CNS/Amer12 and one is CNS/Amer13.
Any ideas where I should look?
Comment