R
rudwan
hi
i have main form , has two subforms ,
subform1 described information of total invoices
subform2 , linked with subform1 on field [InvID] to
described the detailes of each invoice
described in subform1
i made unbound text box in subform1 to calculate total
amout of invoice like this :
TotalAmount==[Subform2].Form![SubTotal]
where subtotal is unbound text box on subform2 calucalte
sum amount
but it gives me error
i put unbound text on the main form to caluclate the same
formula , it gives me correct result
who do i put the correct formula in subform1 ?
i have main form , has two subforms ,
subform1 described information of total invoices
subform2 , linked with subform1 on field [InvID] to
described the detailes of each invoice
described in subform1
i made unbound text box in subform1 to calculate total
amout of invoice like this :
TotalAmount==[Subform2].Form![SubTotal]
where subtotal is unbound text box on subform2 calucalte
sum amount
but it gives me error
i put unbound text on the main form to caluclate the same
formula , it gives me correct result
who do i put the correct formula in subform1 ?