| re: replace value
That did it, man! Thanks a lot.
"Jim Allensworth" <jimNOT@Notdatacentricsolutions.com> wrote in message
news:3fa7e044.954170656@news.west.earthlink.net...[color=blue]
> Ah, if you want the currency format, use...
> $#,##0.00;"$0.00"
>
> - Jim
>
> On Tue, 04 Nov 2003 16:19:36 GMT, "trhq" <trhq@sbcglobal.net> wrote:
>[color=green]
> >
> >Thanks for the tip Jim. However, that will suppress the Currency format.
> >
> >Ernesto
> >
> >
> >"Jim Allensworth" <jimNOT@Notdatacentricsolutions.com> wrote in message
> >news:3fa6aba3.875161578@news.west.earthlink.net.. .[color=darkred]
> >> On Mon, 03 Nov 2003 18:50:55 GMT, "trhq" <trhq@sbcglobal.net> wrote:
> >>
> >> >I am working on a text box (Net_Income) that derive its value from 2
> >> >variables;
> >> > =[Total_Income]-[Total_Expenses]
> >> >I like to limit the value to zero if the Total_Expenses is greater[/color][/color][/color]
than[color=blue][color=green][color=darkred]
> >> >Total Income.
> >> >What do I need to do to limit the derived value to zero. (no negative
> >> >value).
> >> >
> >>
> >> In the Format property of the textbox use ...
> >> 0;\0
> >>
> >> - Jim[/color]
> >
> >[/color]
>[/color] |