I then tried this:
Private Sub Form_Current()
Dim Yellow As Long, Gray As Long
Yellow = RGB(250, 250, 210)
Gray = RGB(192, 192, 192)
'this script will change a box color on current form
If Forms![frm_ESKER_HISTORY]![TestResult] = "Positive" Then
Me![BoxAlert].BackColor = Yellow...