StarBuck99 Posted August 3, 2006 Posted August 3, 2006 (edited) Many thanks in advanced for your help, & here is my problems: I have 3 Calculate fields A,B and C: Field A in table (1) Fields B,C in table (2) Both table have common relationship field -------- How do I create function or formular to perform the following task: Calculate Value of field A (table1) = Sum of field B(table2) (with condition that when the field C in (table2) equal to blank value) (the calculation only records that have no value in field C) Edited August 3, 2006 by Guest
sbg2 Posted August 4, 2006 Posted August 4, 2006 In table 2 create a new unstored calc: MyNewCalc = If(IsEmpty©; and then in table 1 A = Sum(MyRelationshipToTableB::MyNewCalc)
Recommended Posts
This topic is 6745 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