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
A non-SYN packet was dropped because it was sent by a source that does not have an established connection with the Forefront TMG computer
Master Page Layout problem
Silverlight Master Details
Installing PHP XP (IIS 5.1)
SSRS Filter
I need a website done for my company
SQL Statement. Copy and paste characters from cell into another in same record
perl OpenOffice::OODoc need to get and add tekst into a given frame
Group policy preferences computer configuration not applying to Windows 2003 Std SP2 R2 64 bit
Your message wasn't delivered because of security policies. Microsoft Exchange will not try to redeliver this message for you. Please provide the following diagnostic text to your system administrator