Select Field Value Is, Eqaul To, and 0

Signature
Dave Hargis, Microsoft Access MVP
> Ok, so I can use conditional formating for each control (Great), I will use
> IsNull([fieldName])=True for the needed ones but what formula would I use for
> the text box that holds a value of 0.00? I want this box to turn red if 0.00
> is there and for it not to be red if there is anything else other than that.
> Thanks!
Chad - 20 Dec 2007 16:11 GMT
Im not good a writing code could you give me an example of what you mean?
Thanks!

Signature
Newbies need extra loven.........
> Select Field Value Is, Eqaul To, and 0
>
[quoted text clipped - 3 lines]
> > is there and for it not to be red if there is anything else other than that.
> > Thanks!
Klatuu - 20 Dec 2007 16:15 GMT
No code required.
Right click on the control you want to format. Select Conditional
Formatting. The conditional formatting dialog will pop up. Make the
selections as listed in my previous post.

Signature
Dave Hargis, Microsoft Access MVP
> Select Field Value Is, Eqaul To, and 0
>
[quoted text clipped - 3 lines]
> > is there and for it not to be red if there is anything else other than that.
> > Thanks!
Chad - 20 Dec 2007 16:52 GMT
I had t read that post a few times but I get what your saying... Works great!
Thanks!

Signature
Newbies need extra loven.........
> No code required.
>
[quoted text clipped - 9 lines]
> > > is there and for it not to be red if there is anything else other than that.
> > > Thanks!
Chad - 20 Dec 2007 17:03 GMT
Klatuu, For some reason the IsNull([txtFootage])=True ect. for the other text
boxes isnt working? Is the code correct? Thanks!
Steve Schapel - 20 Dec 2007 18:22 GMT
Chad,
Correct syntax would be:
[txtFootage] Is Null

Signature
Steve Schapel, Microsoft Access MVP
> Klatuu, For some reason the IsNull([txtFootage])=True ect. for the other text
> boxes isnt working? Is the code correct? Thanks!
Chad - 20 Dec 2007 19:36 GMT
I got it with IsNull([txtFootage]).... Same thing! Thanks for the reply!

Signature
Newbies need extra loven.........
> Chad,
>
[quoted text clipped - 3 lines]
> > Klatuu, For some reason the IsNull([txtFootage])=True ect. for the other text
> > boxes isnt working? Is the code correct? Thanks!