A
Alberta Rose
I have a convoluted issue and I hope I can describe it clear. I have a form
(frmCloseout) that is fed from a query (qryLink). In the design mode of the
form, the "detail" area shows one line. When you run the report, all the
information for that contract comes in and has multiple lines on the report
view. Now I need to do some calculations to show up in the detail area of
the form, but need to have my query recognize a specific cost code/cost type
(the first two boxes in the detail line), and if this cost code/cost type is
true, then perform a calculation that includes manhours which are located in
the report header area of the form. If it is false, then continue to the
next cost code/cost type and check that. I know I need to add the formula to
the qryLink, but have no idea how to do it. Anyone want to tackle this with
me
(frmCloseout) that is fed from a query (qryLink). In the design mode of the
form, the "detail" area shows one line. When you run the report, all the
information for that contract comes in and has multiple lines on the report
view. Now I need to do some calculations to show up in the detail area of
the form, but need to have my query recognize a specific cost code/cost type
(the first two boxes in the detail line), and if this cost code/cost type is
true, then perform a calculation that includes manhours which are located in
the report header area of the form. If it is false, then continue to the
next cost code/cost type and check that. I know I need to add the formula to
the qryLink, but have no idea how to do it. Anyone want to tackle this with
me