June, I combined the two tables and I set primary keys which took care of my join error!
I have also started learning about subforms, which leads me to my next question.
I have a table that has multiple "areas" for each customer. The table is as follows:
DID CustomerID Area Volume Revenue RevDivVol 1 1 Area1 100 101 .99 2 2 Area2 200 201 .99 3 2 Area3 300 301 .99 4 2 Area1 400 401 .99 5 3 Area2 500 501 .99 6 3 Area3 600 601 .99 7 4 Area2 700 701 .99 8 4 Area3 800 801 .99 9 5 Area2 900 901 .99
The DID is basically an arbitrary autonumber that I created as a primary key. My goal is to have a form (subform) which will display all of the records for each company ID. When I try to make a form it displays these as individual based on row. Is there a way to group them together?