Junior1544
Technical User
I was hoping some one could help me with this... i am tring to get this to work and i can't seem to... acording to the help it should be fine.
btw, i'm using access 2000 in a windows 2000 enviroment.
it's a muti-user database being split into a front end/back end with the front end on the users pc's. (only 5 users, usualy only 3 at a time)
here is the code i'm using...
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If Me.HAIR = Null Then
Me!HAIR.BackColor = 0
End If
End Sub
now i'm doing this to just get it working then i'm going to expand it... i tried going into the debug window and in the imediate window typed this:
debug.print me.hair
and it responded:
NULL
but when i steped though, it skiped right over my if... as if it were false, and i can't figure it out... any idea's??
--James
junior1544@jmjpc.net
Life is change. To deny change is to deny life.
btw, i'm using access 2000 in a windows 2000 enviroment.
it's a muti-user database being split into a front end/back end with the front end on the users pc's. (only 5 users, usualy only 3 at a time)
here is the code i'm using...
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If Me.HAIR = Null Then
Me!HAIR.BackColor = 0
End If
End Sub
now i'm doing this to just get it working then i'm going to expand it... i tried going into the debug window and in the imediate window typed this:
debug.print me.hair
and it responded:
NULL
but when i steped though, it skiped right over my if... as if it were false, and i can't figure it out... any idea's??
--James
junior1544@jmjpc.net
Life is change. To deny change is to deny life.