dominicdunmow
Technical User
I have a user input form which is used by Salesmen to input details of contracts they have sold.
As a simple example the text boxes/comboboxes are:-
Start Date (year) - combo
Start Date (Quarter) - Combo
Q1 Revenue - textbox
Q2 Revenue - textbox
Q3 Revenue - textbox
Q5 Revenue - textbox
Q6 Revenue - textbox
Q7 Revenue - textbox
etc.
The salesman inputs the start year and quarter of his contract, then adds his projected quarterly revenue for the contract term.
My gut feel is to store the revenue values not under fields named Q1, Q2, Q3 etc. but as 2005 Q1, 2005 Q2, 2005 Q3 etc.
But this means finding a way of getting the input values to the correct fields in the revenue table and this is where I am stuck as the field the revenure is transferred to is dependent on the start dates.
Has anyone come across a similar scenario before? Or does anyone have any advice of how to work this??
Thanks