L
lela2a
I have to assign commission to agents for each "order". I can have anywhere
from 1 agent at 100% commission to 5 agents with every possible combination
of percentages. Obviously, I need the percentage entries to only add up to
100 and I'd like to force the user to adjust the figures until they total 100.
Firstly, am I right in assuming it would be better to be assigning the
agents to the orderIDs in separate records: OrderID, Agent, Agent Percentage
(as opposed to having one record contain the OrderID, Agent1,
Agent1Percentage, Agent2, Agent2Percentage, Agent3, Agent3Percentage,
etc...)? The former method seems better for developing reports of the agent
total commissions, but the latter seems easier for accomplishing this
particular goal of data input.
I hope I explained this in as non-stupid a way as possible! Thanks ahead of
time for your patience!
from 1 agent at 100% commission to 5 agents with every possible combination
of percentages. Obviously, I need the percentage entries to only add up to
100 and I'd like to force the user to adjust the figures until they total 100.
Firstly, am I right in assuming it would be better to be assigning the
agents to the orderIDs in separate records: OrderID, Agent, Agent Percentage
(as opposed to having one record contain the OrderID, Agent1,
Agent1Percentage, Agent2, Agent2Percentage, Agent3, Agent3Percentage,
etc...)? The former method seems better for developing reports of the agent
total commissions, but the latter seems easier for accomplishing this
particular goal of data input.
I hope I explained this in as non-stupid a way as possible! Thanks ahead of
time for your patience!