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
vmware player shows black screen on win 2003 server
Reverse DNS does not match SMTP Banner
Cisco Unity Express to Trigger MWI on overlay DN
Exhange 2003 mailbox permissions
OCS Edge Server R2 2007
Intel Sata RAID controller on RHEL 4 problem
Windows 7 Sounds Controls (device at Volume 0 but can still hear)
How to stablish a proper setup in MS Outlook 2003 encrypting mails
How to read a CSV using Windows Command Line
Cron Error with 1 and 1 dedicated server - linux