Using Access 2007
In an electrician's database, there is frmCustomers. One of the tabs on that form is for Projects: this is where the user enters Materials and Labour for that Project. So there are 2 subforms, fsubMaterials and fsubLabour.
I am concerned with fsubMaterials - displayed as a continuous form. One of the controls is Markup, which is the % that materials are marked up from the cost of the supplier. This in the greatest majority of cases is 20%, and that is the default set in tblMaterials, but the user wishes to be able to change that amount to anywhere from 0% up.
Since there could be quite a number of Materials items, I would like the user to only have to enter the Markup value once, and this would carry for all the Materials entered on that particular Project.
Currently, if the user wishes a Markup other than 20%, he has to enter the desired Markup in that field for each Material, as the automatic default of 20% continues to recur.
I tried moving the Markup into the subform's header, but that didn't work.
Is there a way to fix this so the user has to enter that Markup only once and it will then carry for all the Materials on that project?
Thanks.
Tom
In an electrician's database, there is frmCustomers. One of the tabs on that form is for Projects: this is where the user enters Materials and Labour for that Project. So there are 2 subforms, fsubMaterials and fsubLabour.
I am concerned with fsubMaterials - displayed as a continuous form. One of the controls is Markup, which is the % that materials are marked up from the cost of the supplier. This in the greatest majority of cases is 20%, and that is the default set in tblMaterials, but the user wishes to be able to change that amount to anywhere from 0% up.
Since there could be quite a number of Materials items, I would like the user to only have to enter the Markup value once, and this would carry for all the Materials entered on that particular Project.
Currently, if the user wishes a Markup other than 20%, he has to enter the desired Markup in that field for each Material, as the automatic default of 20% continues to recur.
I tried moving the Markup into the subform's header, but that didn't work.
Is there a way to fix this so the user has to enter that Markup only once and it will then carry for all the Materials on that project?
Thanks.
Tom