> Bob: You've asked this before. If you didn't get a response, it's because
> your question isn't clear.
[quoted text clipped - 5 lines]
>>
>> Thanks in advance.........Bob Vance
Not the greatest description. I'm assuming that you're talking that if the
field tbOverDueAmount is greater than 1, you want "Overdue Amount", if it's
less than -1, you want "Credit", otherwise you want nothing.
=IIf([tbOverDueAmount]>1,"Overdue
Amount:",IIf([tbOverDueAmount]<-1,"Credit:",Null))

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> What I want to do is display "Overdue Amount" When There is more than $1
> showing and if there is more than ($1) credit showing the word "Credit" to
[quoted text clipped - 10 lines]
> >>
> >> Thanks in advance.........Bob Vance
Bob - 06 Jul 2006 23:20 GMT
Absolutely Brilliant, that's it thanks Douglas...Bob
> Not the greatest description. I'm assuming that you're talking that if the
> field tbOverDueAmount is greater than 1, you want "Overdue Amount", if
[quoted text clipped - 20 lines]
>> >>
>> >> Thanks in advance.........Bob Vance