Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help Definining Table Structure For A VBA Function

Status
Not open for further replies.

jessedh

MIS
Apr 16, 2002
96
US
hello all,

I have to create a database that calculates commissions of sales staff.

There are 6 different 'structures' that can each have different tiers. For example: I can have 2 loan officers on the same structure, but a parameter of the structure is TierA. TierA can be 100,000 for sales person 1, but 200,000 for sales person 2. I would like to define an LO table, a schedule table, and a parameter table.

I currently have this all done in VBA, but it is hard to maintain. Everyone a new sales person is added, a change has to made to the code. I would like to make it more forms based.

My dilemna is that I can't wrap my head around how to set up the tables, since each structure will have a different number and type of inputs.

Any help you can provide would be greatly appreciated

Jesse
 
the problem is that it doesn't follow normalization standards. does anyone have any experience with something like this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top