N
Nicole
I have a query that performs calculations based on a
table. These numbers will be updated periodically. How
do I have the query reference the correct entry. For
example:
I am calculating job costs based on overhead expenses.
Job 1 costs $500 based on the entries entered on 10/1,
but job 2 needs to be based on updated entries on 10/5.
But if those numbers are changed, it changes the
historical data of Job 1.
The query does not know what date to use. How do I
specify? A multiple entry in my overhead expenses causes
no calculation because of multiple entries. Help please.
table. These numbers will be updated periodically. How
do I have the query reference the correct entry. For
example:
I am calculating job costs based on overhead expenses.
Job 1 costs $500 based on the entries entered on 10/1,
but job 2 needs to be based on updated entries on 10/5.
But if those numbers are changed, it changes the
historical data of Job 1.
The query does not know what date to use. How do I
specify? A multiple entry in my overhead expenses causes
no calculation because of multiple entries. Help please.