John,
I think this will work for you. All of you MVP's out
there, please help check this and see what you think. I
am one of those people who know just enough to be really
dangerous, but I am not sure if this will work in a
continuous form. In a single record form I would be sure.
****************************************************
Private Sub Form_Current()
If Me.NewRecord = True Then
Me.DatasheetBackColor = X '(X is your color number)
End If
End Sub
*****************************************************
Private Sub Form_update()
If Me.NewRecord = True Then
Me.DatasheetBackColor = Y '(Y is the color number)
End If
End Sub
******************************************************
I believe this should work for you. Like I said, I do not
deal with continuous forms much, so I don't know if that
will have an effect or not.
MVPs, please help here as well.
HTH
AJ Raiber