IIF Then

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 2 fields that I want the response from 1 (Can Item Be Reworked) that
has 2 possible choices from a lookup (Scrap/Rework or Return To Inventory) to
update the 2nd field depending on the choice. If Scrap/Rework then I want
the 2nd. field to Calculate Freight + Value Of Item and update the field, if
Return To Inventory then 0 to the field. The 2nd. field is called Value Of
Rework.
 
You don't say how to Caclulate Fright or to get the value of the item. But
if I assumed Caculate Fright was some function and value of item was a field
in the table this could work:

=iif(field1="Scrap/Rework",CalcFreight()+Value_Of_Item,0)

-Steve Huff
 

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

Lookup 2
GoTo command 3
Sum the Total cost of Rework - Please help!!!!! 5
Conditional Formatting in Reports 1
Vlookup or match function? 6
Calculations 14
help with getting to end report 3
DLookUp Quotation Problem 6

Back
Top