S
Snoopy33
I have created a database that I use to attach to invoices prior to
giving them to accounting. It basically reports all information about
the invoice on a coversheet so that accounting doesn't have to research
the info theirself. There are quiet a few immediate if statements in
the report which seem to do ok by themselves, however I have a subform
that shows all parts used along with cost and billing prices. These
fields are totalled within the subform and those fields are reflected
on text boxes on the main form.
My problem is that when i print the form, it recalculates everything,
and in the middle of the recalculation, it prints. My form then prints
with inaccurate information on it. From what i've gathered, I need to
run a query with the formulas in it. I'm lost now. I don't know how
to get the formulas into the query to work properly.
Any suggestions would be appreciated.
giving them to accounting. It basically reports all information about
the invoice on a coversheet so that accounting doesn't have to research
the info theirself. There are quiet a few immediate if statements in
the report which seem to do ok by themselves, however I have a subform
that shows all parts used along with cost and billing prices. These
fields are totalled within the subform and those fields are reflected
on text boxes on the main form.
My problem is that when i print the form, it recalculates everything,
and in the middle of the recalculation, it prints. My form then prints
with inaccurate information on it. From what i've gathered, I need to
run a query with the formulas in it. I'm lost now. I don't know how
to get the formulas into the query to work properly.
Any suggestions would be appreciated.