Prev: How to design a table or table to take an x, y control columns and all the possible array values
Next: costing problem
From: rheaume7 on 31 Jan 2010 18:28 I am totally self taught in Access. I currently use Access 2000. I don't know code, so if we could keep this basic, I would appreciate it. I created a report that shows my customer sales for the year. I have them on the report as the following: Customer JOES AUTO REPAIR YEAR SALES AVGSALES 2008 12000.00 1000.00 2009 24000.00 2000.00 What I want to do is add/subtract the avg sales by year to see who has improved/weakened. Any help would be greatly appreciated.
From: John W. Vinson on 31 Jan 2010 19:36
On Sun, 31 Jan 2010 15:28:01 -0800, rheaume7 <rheaume7(a)discussions.microsoft.com> wrote: >I am totally self taught in Access. I currently use Access 2000. I don't know >code, so if we could keep this basic, I would appreciate it. I created a >report that shows my customer sales for the year. I have them on the report >as the following: > >Customer JOES AUTO REPAIR > >YEAR SALES AVGSALES >2008 12000.00 1000.00 >2009 24000.00 2000.00 > >What I want to do is add/subtract the avg sales by year to see who has >improved/weakened. > >Any help would be greatly appreciated. There's nothing in your note to indicate what you mean by "who" or anything about the structure of your table. You can probably do this in the Query upon which the report is based, or using the Sorting and Grouping feature of the report... but without knowing more about what you're starting with it's impossible to suggest just how! More info please! -- John W. Vinson [MVP] |