B
Brian
May be what I am trying to do isn't possible with Access, but if there is a
solution then I'd be grateful for a few pointers.
My database keeps track of the hours worked by employees on a particular job.
The main form [ORDERS] has a subform [Labour Costings] (based on a query) I
enter the employee's "NAME" (from a combo) and the "HOURS" worked on the sub.
In the subform footer I can Sum(Hours) and get a total hours figure for that
job and in the main form but what I have been trying to do (and failed) is to
dispaly in the subform a separate or breakdown total for each "NAME".
I thought I'd cracked it with DSum but the result was a total for each
"NAME" for the entire DB not a particular job.
So far I have only tried writing IIF expressions in the Control Source of a
Text Box with only #Error or #Name? responses.
solution then I'd be grateful for a few pointers.
My database keeps track of the hours worked by employees on a particular job.
The main form [ORDERS] has a subform [Labour Costings] (based on a query) I
enter the employee's "NAME" (from a combo) and the "HOURS" worked on the sub.
In the subform footer I can Sum(Hours) and get a total hours figure for that
job and in the main form but what I have been trying to do (and failed) is to
dispaly in the subform a separate or breakdown total for each "NAME".
I thought I'd cracked it with DSum but the result was a total for each
"NAME" for the entire DB not a particular job.
So far I have only tried writing IIF expressions in the Control Source of a
Text Box with only #Error or #Name? responses.