jonamua1971
Registered User.
- Local time
- Today, 04:20
- Joined
- Mar 3, 2007
- Messages
- 97
Hi all,
i have this code on this forum it works on a single form but wont work on continous form. PLease help
i have this code on this forum it works on a single form but wont work on continous form. PLease help
Code:
Private Sub Form_Current()
If Me.Payee = "Jona" Then
Me.Payee.BackColor = vbBlue
Else
Me.Payee.BackColor = vbRed
Me.Payee.BackColor = vbRed
End If