S
Sandy
I have two queries both created from the same table. The first is to record
customer requirements prior to any job being done and has a calculated field
for JobCost.
The second query is to record details when the customer collects the
finished job and has a reminder of the JobCost.
Because certain of the other fields are not present in the second query for
the calculations it means I have a rather contrived calculation :-
"JobCost: ([Number]*[SellPrice]-[Number]*[SellPrice]*[DiscountCalc]/100)"
which works but I was wondering if there was a way to refer to the field
'JobCost' in the first query directly from the second.
I tried something like 'JobCost:=([qryRepairJobs]![JobCost) to no avail.
Thanks
Sandy
customer requirements prior to any job being done and has a calculated field
for JobCost.
The second query is to record details when the customer collects the
finished job and has a reminder of the JobCost.
Because certain of the other fields are not present in the second query for
the calculations it means I have a rather contrived calculation :-
"JobCost: ([Number]*[SellPrice]-[Number]*[SellPrice]*[DiscountCalc]/100)"
which works but I was wondering if there was a way to refer to the field
'JobCost' in the first query directly from the second.
I tried something like 'JobCost:=([qryRepairJobs]![JobCost) to no avail.
Thanks
Sandy