Hi, I am attempting to create a weekly repair report for our customers which would save time however my main form has a subform which contains parts inside.
This in turn when I run the report shows the same record numerous times based on how many records it has in the subform.
Obviously this means that the end figure in the report is doubled at times because the labour charge shows up from the main form twice to three times depending on how many parts are in the subform.
I currently use the following in a text box to give me the total charges for hardware from the subform to the main form. =[Parts Subform].[Form]![PartsTotal]
What I want is to get that text box to also send the end figure to an available field in its table so I can use that end figure instead to prevent duplication of records.
I probably make no sense as access coding is fairly new to me.
Thanks