I need some advice on how to handle a coding situation that splits a record into two or more records.. Here is the situation...I have a program that imports invoices and payments on contracts for a given period. Each Contract has a "contract type".. 01, 02, 03 etc...based on the contract type, a given percentage of commission is paid to the sales men for the duration of the contract. It all worked fine, but then the powers above me decided that they wanted the contract to be paid in two or more different "contract types"...What I need to do now is bring my payments and invoices into a form. On the bottom of the form I have text boxes for each contract type so my user can input a amount for each contract type that is specified for it to be split by. After my user does this how do I make the form add two or more records based on how many fields in the contract type are not null?
Thanks for any suggestions
Micki
Thanks for any suggestions
Micki