how do I add diffrent figures from aceess

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to get all my sucseful sales amounts and then add them up into a total
for sub products and the total for all products any idea
 
pjwf said:
I want to get all my sucseful sales amounts and then add them up into
a total for sub products and the total for all products any idea

You likely will want to use report, maybe teamed with a query.

You can filter the data from one or more tables (I believe your data
should be in more than one table if it is properly normalized) so you have
only successful sales listed. Then you can group the data by sub products
and total each sub project and have a grand total.

Note: I don't know how experienced you are with Access. It does have a
steep learning curve. The first few projects tend to take a while and may
be a little frustrating at first. You may want to take a look at the
Northwind example that comes with Access.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top