G
Guest
I am trying to highlight fields that have null values (blank) in red.
i have tried using the following code but it does nothing.
Private Sub Form_Load()
If [Form_missing_nom_data_qry].[Agents_Name] = IsNull Then _
[Form_missing_nom_data_frm].[Agents_Name].BackColor (255)
End If
End Sub
could somebody please tell me where i am going wrong.
Cheers
i have tried using the following code but it does nothing.
Private Sub Form_Load()
If [Form_missing_nom_data_qry].[Agents_Name] = IsNull Then _
[Form_missing_nom_data_frm].[Agents_Name].BackColor (255)
End If
End Sub
could somebody please tell me where i am going wrong.
Cheers