Invoice Report

S

SG

I have a form called frminvoice on this form I have the following three text
boxes....

SUB Total , Control source
=IIf(IsNull([Total]),Null,IIf(Nz(VAT.Column(1),0)=0,Null,CCur(Round([Total]/(VAT.Column(1))))))

VAT Total , Control Source =IIf(IsNull([Sub
Total]),Null,nz([Total],0)-nz([Sub Total],0))

Total, Control Source =InvoiceSubForm.Form!OrderSubtotal

This work well on the form but I have an invoice report but I can not get
the above to work, any suggestions?

Many Thanks


S
 
G

Guest

HI SG,

If they are giving you the results you expect, perhaps you could include
them in a query to drive your report, then just refer to the fields as per
normal?

Damian.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Text Box 3
#Div/0! Message Driving me mad!!! 5
if a # then sum, if text leave null 2
checking for null 2
calculations in a form 1
Issue with reference and Nz 3
#Error 1
Null Value in Subform Total 4

Top