I have a crosstab report with Requirements (Rows) and Divisions (Columns). The database deals with contracts for each division and what requirements each contract has.
I created "test" data entries for each division so that i could create the crosstab query for the report. In reality though, it is likely that not every division will have a contract ie: Corporate. If i delete the corporate "test" record from the DB I get an error message that says "Microsoft Jet database engine does not recognize 'Corporate' as a valid field name or expression."
My question is - I don't want to have to add or take away a new field each time i wish to create a report. Is there a way to make that happen?
Thanks for the help
-B