Repetative Data

amfroehlich

Board Regular
Joined
Jul 14, 2004
Messages
192
I am a simple database with four tables, Events (which hold eventsID and Names), Invoice (which hold all the invoice information), Manufacturers(which hold manufacturer info), and Programs(which holds the different programs costs and so forth). I am trying to make a report which displays information from all of the tables, and sums the programs costs that they can be compared to Invoices Amount for the Programs. But, for some reason I can either get the programs, to come out with no sum of the costs, or I can get all the programs to come out 3 times with the correct program costs. What am I doing wrong?

Please Help!!!
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
You need to establish the correct relationships between your tables. You can do this in the Relationship window, or right in the query itself. See "Define relationships between tables" in Access Help for details.

You then need to build a query (where you link all the tables via relationships if you haven't done it in the Relationship window) and select all the tables you want to display on your report. Then you use this query as the Control Source for your Report.
 
Upvote 0

Forum statistics

Threads
1,221,783
Messages
6,161,915
Members
451,730
Latest member
BudgetGirl

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top