N
Nigel
I have an invoice form and the amount of the invoice is to be shared between
a number of employees. THe employees to receive a portion of the invoice are
listed on a subform on the invoice form. I am getting a count of the number
of employees on a particular invoice. When I calculate the invoice I can
calculate the amount each employee gets (and it is always equal between those
employees) but I need a way to update each record with the amount that the
employee will recieve.
For example there are 3 employees on the invoice subform and the invoice is
for 600.00, therefor for each record on the employee subform (3 in total) the
amount field should be updated to 200.00 each
invoice form is called CustInvoice and subform is called empshare and the
field to be updated is called amount
Thanks in advance
a number of employees. THe employees to receive a portion of the invoice are
listed on a subform on the invoice form. I am getting a count of the number
of employees on a particular invoice. When I calculate the invoice I can
calculate the amount each employee gets (and it is always equal between those
employees) but I need a way to update each record with the amount that the
employee will recieve.
For example there are 3 employees on the invoice subform and the invoice is
for 600.00, therefor for each record on the employee subform (3 in total) the
amount field should be updated to 200.00 each
invoice form is called CustInvoice and subform is called empshare and the
field to be updated is called amount
Thanks in advance