Show Inactive

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

Guest

How do I write a query or something to show that if two fields added together
equal another field then mark inactive?
 
Arvin-

How will it automatically mark them inactive then?

This is what I have in the first criteria field in the Query I did:
If([101504].Amt_paid+[101504].[W/O_Amt]),("Inactive","Active") As
[101504].Amt_due

Basically if Amt_paid + W/O_Amt equals Amt_due, I don't want it to show that
field in the query or report.


Arvin Meyer said:
Select IIf([Field1]+[Field2), "Inactive","Active") As Field3
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access

Stacey said:
How do I write a query or something to show that if two fields added together
equal another field then mark inactive?
 

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

Check Box query issue 3
Datasheet combo box empty 1
Make a Date Field Autopopulate 6
Access 2010 0
COUNT TYPES OF ITEMS IN A FIELD 1
combobox question 3
make table query with related tables 2
Make field Invisible/Visable 2

Back
Top