Microsoft
Software
Hardware
Network
Question : Have Access report only show Amount data if no PayAmt data
Hi, experts!
I have a report pulling from a query, and two of the fields are Amount and PayAmt. In the report based on this query, for each detail record, I do NOT want to see the Amount IF there is a value in the PayAmt field. I've tried many different things, but no luck so far. Any ideas? Thanks!
Answer : Have Access report only show Amount data if no PayAmt data
Another option:
Add this as a new field in your query
SELECT Amount, IIF([PayAmount]>0,"",[Amoun
t]) As Amountx, PayAmount...
FROM YourTable
...
Then use the new "Amountx" Field in the report, not the original "Amount" Field.
;-)
JeffCoachman
Random Solutions
How to open .BMP file with Internet Explorer in Windows XP OS.
Avast home edition
Windows Time Issue for 2003 Server
How to archive IMAP mail in outlook?
Mail stuck in Lotus oubox
COM security setting / edit limits
How do create a Windows batch script to start a service and set to automatic
Barracuda Load Balancer 340 - balances fine but real servers cannot connect to Interenet
Can't access shared folders and printers in Win 7 Pro in XP Home
MS SQL SP if ID = 1 then where price < 25.00