You could have another table called "Commissions" or "SaleMakers" or
something, and make a one (sale) to many (Salemakers) relationship between
the two. Thus for each sale, you would have a list of salemakers involved,
that could be displayed in a subform. The list would most often just be one
person, but could be 2 (or 3 or more). Then to decide how to divy up the
commissions, you could divide by the count of salemaker records for a given
sale.
hope this helps
-John
<technobob@bellsouth.netwrote in message
news:1157430193.671192.22050@h48g2000cwc.googlegro ups.com...
Quote:
>I have what seems to be a strange situation. I have a table where
Sales are recorded. Most of the time there is only a primary salesman
involved (Salesman1). When there is a secondary salesman, the
reporting for that sale (i.e. estimated Gross, Units ect) are split in
half. The problem arises when I have to give the other salesman the
other half. For reporting purposes, sales are totaled and grouped by
salesman on a monthly basis. It seems that another record needs to be
created that is a duplicate of the first with Salesman 2 in the same
field where Salesman1 is in the original record. I've tried writting
the Salesman2 data to a seperate table, but don't know how to stack
those records onto the original table.
>
I'm confused and need help!
>
Any suggestions would be appreciated.
>
Thanks,
>
Bob
>