Hello,
I am new to Access.
I am trying to create a query to report actual sales performance v budget by product group, market, customer, rep, region, period, year
I have two tables with the following fields
Actual table with fields Order no, material, product group, market, customer, rep name, region, period, year, actual value
Budget tables with fields product group, market, customer, rep name, region, period, year budget value
I have attempted to create a query by
1. joining the two tables by rep name
2. created a rep name table and joined the actual and budget table as a one to many join.
Each query returns skewed actual and budget values ie 258 times and 865 times actual and budget values.
The actual and budget tables do not contain unique fields.
If anyone can suggest a way to create a query that returns the following results would be much appreciated
Rep Name, Region, Product Name, Actual Order value, Budget Order value
J Doe Melb Liquid seals 10,000 5,000
Thanks
I am new to Access.
I am trying to create a query to report actual sales performance v budget by product group, market, customer, rep, region, period, year
I have two tables with the following fields
Actual table with fields Order no, material, product group, market, customer, rep name, region, period, year, actual value
Budget tables with fields product group, market, customer, rep name, region, period, year budget value
I have attempted to create a query by
1. joining the two tables by rep name
2. created a rep name table and joined the actual and budget table as a one to many join.
Each query returns skewed actual and budget values ie 258 times and 865 times actual and budget values.
The actual and budget tables do not contain unique fields.
If anyone can suggest a way to create a query that returns the following results would be much appreciated
Rep Name, Region, Product Name, Actual Order value, Budget Order value
J Doe Melb Liquid seals 10,000 5,000
Thanks