W
Wayne Livingstone
I have a sub-form that conatint the following fields:
PrintFeeID from the PrintingFees table
First
Copies
PrintFee
All of these fields are bound to the PrintReq_Sub table.
All are number fields in the table an text boxes on the form.
I need to use the PrintFeeID to find the values in fields
FeeForFirst and Copies in the PrintingFees table.
I need this to happen:
subform.PrintFee = (subform.First X
PrintingFees.FeeForFirst) + (subform.Copies X
PrintingFees.Copies)
I hope that is clear enough.
Any help will be greatly appreciated.
PrintFeeID from the PrintingFees table
First
Copies
PrintFee
All of these fields are bound to the PrintReq_Sub table.
All are number fields in the table an text boxes on the form.
I need to use the PrintFeeID to find the values in fields
FeeForFirst and Copies in the PrintingFees table.
I need this to happen:
subform.PrintFee = (subform.First X
PrintingFees.FeeForFirst) + (subform.Copies X
PrintingFees.Copies)
I hope that is clear enough.
Any help will be greatly appreciated.