473,385 Members | 1,474 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Help Creating a Commission Database

I have created some files and when I do the reports. It is using each record more than once, ie two check issued two commissions, which give me a false answer. Obviously, I don't know what I am doing. Can some one help me or tell me where I can find a template for what I need?

Thank you.
Oct 13 '07 #1
4 2027
nico5038
3,080 Expert 2GB
Obviously an error in your report query. I think that you're joining two (or more) tables and thus generating a so-called "Cartesian product".
Can you post the report query here ?

Nic;o)
Oct 13 '07 #2
Yes, I am joining two tables. I am trying to calculate the balance of commissions due, but when I do a report I get a false answer. I have tried several ways to build the tables but keep getting the same problem, because although I made changes I still must have it set up wrong.
Table 1
Expand|Select|Wrap|Line Numbers
  1. ID    Job Order #    Order Line#    Commission
  2. 1    6-0463    06-0463-007    $35,272.00
  3. 2    6-0465    06-0465-004    $14,587.00
  4. 3    6-0523    06-0523-002    $15,701.25
  5. 4    6-0523    06-0523-003    $445.00
  6. 5    6-0535    06-0535-002    $3,712.50
  7. 6    7-0035    07-0035-002    $7,410.00
  8. 7    7-0047    07-0047-002    $20,015.00
  9. 8    7-0047    07-0047-009    $1,440.00
  10. 9    7-0047    07-0047-010    $1,425.00
Table 2
Expand|Select|Wrap|Line Numbers
  1. ID    Job Order #    OrderLine#    Check #    Check Date    Check Amount    Percentages
  2. 1    06-0463    06-0463-007    3002908    3/8/07    $14,108.80    0.4
  3. 2    06-0463    06-0463-007    3003361    5/4/07    $7,054.40    0.2
  4. 3    06-0465    06-0465-004    3002912    3/8/07    $5,834.80    0.2
  5. 4    06-0465    06-0465-004    3003471    5/22/07    $2,917.40    0.3
  6. 5    06-0523    06-0523-002        2/19/07    $4,710.38    0.3
  7. 6    06-0523    06-0523-002        4/18/07    $4,710.38    0.2
  8. 7    06-0523    06-0523-003        4/18/07    $133.50    0.3
  9. 8    06-0523    06-0523-003        4/18/07    $133.50    0.3
  10. 9    07-0035    07-0035-002    3003276        $2,223.00    0.3
  11. 10    07-0035    07-0035-002    62252        $2,223.00    0.3
  12. 11    07-0035    07-0035-002    62252        $2,223.00    0.3
  13. 12    07-0047    07-0047-002    3003276    4/18/07    $4,003.00    0.2
Any help would be greatly appreciated.
Oct 13 '07 #3
nico5038
3,080 Expert 2GB
Please post the query SQL (open query in SQL mode and use copy/paste)

Nic;o)
Oct 13 '07 #4
NeoPa
32,556 Expert Mod 16PB
I have created some files and when I do the reports. It is using each record more than once, ie two check issued two commissions, which give me a false answer. Obviously, I don't know what I am doing. Can some one help me or tell me where I can find a template for what I need?

Thank you.
Please think about getting your question a little better organisd. This will also help you with your problem. At the moment, I'm afraid, your question is very hard to understand (as we can't see your database and have very little idea of even what you'e trying to do).
Something which will give us a big clue (also critical if we're to help) is to post the SQL of the query you're using (as Nico has asked for in both his posts).
See Nico's last post (#4) for instructions on how to see it so that you can copy and paste it into your post.
Please use the [ CODE ] tags when you do (See the hash (#) button).
Oct 13 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Krist | last post by:
Hi All, I have a database design question, pls give me some help.. I want to define tables for salesman's sales target commission . The commission could be given per EITHER sales amount of :...
1
by: Krist | last post by:
Hi All, There is some additional info I forget on this same topic I just posted. I have a database design question, pls give me some help.. I want to define tables for salesman's sales target...
6
by: di | last post by:
Does anyone have any recommendations on Examples or experience on creating a multilevel commission in Access Database. I realize this can be a very complicated set up so would like some advise....
0
by: spima05 | last post by:
<html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html;...
12
by: spima05 | last post by:
Hello I am developing a database to calculate commissions on a sale for each rep involved in the same and their uplines. Below is the database structure and the commissions schedule. I am...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.