neefken Posted June 7, 2002 Posted June 7, 2002 Hello again, My next problem ! I have in my db a field called 'total VAT' and it's normally the sum of the field 'subtotal VAT 6%" and the field 'subtotal 21%'. But now I have to become the following : the result in 'total VAT' should be 0 when the entry in the field 'Country' does not equals 'Belgium' and when there's an entry in the field 'VAT number'. Can somebody help me out here ? Thanks ! Neefken Belgium
danjacoby Posted June 7, 2002 Posted June 7, 2002 If (Country * "Belgium" and not IsEmpty (VATnumber), 0, SubtotalVAT6% + Subtotal21%)
Recommended Posts
This topic is 8273 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now