K
kimberlyb
I need to help to create a form and subform that will allow users to enter
data by quarter.
Form 1: The main form will allow the user to update maintenance information
about a particular project, e.g. start date, end date, status information,
etc.
Subform: The subform will need to be in a tabular style where there is list
of projects and columns for data entry for revenue by month. The main
revenue table has a combo box to select the month end date, then fields to
collect total units sold and average selling price. I need the subform to
look like . . .
Project Month1Units Month1ASP Month2Units Month2ASP etc . . .
Project1 1000 2.50 1000 2.49
Project2 2000 1.50 2000 1.51
I will need to calculate the total revenue by month Month1Rev = Month1Units
* Month1ASP, then by total quarter Q1Rev = Month1Rev + Month2Rev + Month3Rev
Note: When you click on the project to enter the monthly data, the
maintenance information on the main form should update to the correct project
maintenance information. I was told this could be done through code however
this is beyond my ability.
Any help is greatly appreciated . .
data by quarter.
Form 1: The main form will allow the user to update maintenance information
about a particular project, e.g. start date, end date, status information,
etc.
Subform: The subform will need to be in a tabular style where there is list
of projects and columns for data entry for revenue by month. The main
revenue table has a combo box to select the month end date, then fields to
collect total units sold and average selling price. I need the subform to
look like . . .
Project Month1Units Month1ASP Month2Units Month2ASP etc . . .
Project1 1000 2.50 1000 2.49
Project2 2000 1.50 2000 1.51
I will need to calculate the total revenue by month Month1Rev = Month1Units
* Month1ASP, then by total quarter Q1Rev = Month1Rev + Month2Rev + Month3Rev
Note: When you click on the project to enter the monthly data, the
maintenance information on the main form should update to the correct project
maintenance information. I was told this could be done through code however
this is beyond my ability.
Any help is greatly appreciated . .