View Single Post
  #16  
Old December 2nd, 2008, 08:39 PM posted to microsoft.public.access.reports
pushrodengine via AccessMonster.com
external usenet poster
 
Posts: 106
Default Graphing an "Other" section in a Pie Graph

Then in your query, add the table and GROUP BY the
expression:
CallDtl: IIf(IsOther, "Other", [CallDetail])


I followed your instructions and I get an error that reads:

“The expression you entered has an invalid . (dot) or ! operator or invalid
parentheses. You may have entered an invalid identifier or typed parentheses
following the Null constant”

--
Message posted via http://www.accessmonster.com