P
postman
Before update colour not work
There is no effect produced by this code - got from this forum:
"Total_No_Items" is the text box name.
Placed in: textbox's before update event.
*****************************************************************
Private Sub Total_No_Items_BeforeUpdate(Cancel As Integer)
If IsNull(Me.Total_No_Items) Then
Me.Total_No_Items.BackColor = 255 'red
End If
End Sub
*****************************************************************
There is no effect produced by this code - got from this forum:
"Total_No_Items" is the text box name.
Placed in: textbox's before update event.
*****************************************************************
Private Sub Total_No_Items_BeforeUpdate(Cancel As Integer)
If IsNull(Me.Total_No_Items) Then
Me.Total_No_Items.BackColor = 255 'red
End If
End Sub
*****************************************************************