Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

if

Status
Not open for further replies.

workshop

Technical User
Nov 9, 2001
55
US
hi
i want field A-(field B + field c + field d)and if the result is positive then enter result in field E and if negative then enter field F.
Please help
Thank You in advance
 
workshop

Formule would be as follows:

Case(A-(b+c+d+) >=1 , e = (a-(b+c+d) ,

CAse(A-(b+c+d+) <=-1 , f = (a-(b+c+d)

))

Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top