- Jan 8, 2002
- 18,927
- 0
- 76
I?m trying to create a db in Access. Basically at work I get paid commission on each job I do. So, I?d like to keep track of it using an Access database. I took a class this past semester and I sorta have a grasp on using Access.
However, I have a problem. So far my tables will consist of a Job table which will include the type of job such as Premium or Advance and a ClientTable which will contain information pertaining to the customer. The thing is, should I create another table to place the JobPrice because Premium is a static amount and it never changes. Or should I add it to the Job table? Then, I need to calculate my commission, I get x amount per job, so I would need something that calculated Premium * commission.
How would I go about doing this?
However, I have a problem. So far my tables will consist of a Job table which will include the type of job such as Premium or Advance and a ClientTable which will contain information pertaining to the customer. The thing is, should I create another table to place the JobPrice because Premium is a static amount and it never changes. Or should I add it to the Job table? Then, I need to calculate my commission, I get x amount per job, so I would need something that calculated Premium * commission.
How would I go about doing this?