Eddie Mason
Registered User.
- Local time
- Today, 23:39
- Joined
- Jan 31, 2003
- Messages
- 142
I have set certain fields to have a red “Fore Color” to indicate to the user that these fields need updating. After the field has been updating I change its “Fore Color” from red to black to do this I have put the following code onto the fields “On Change Event”:
Private Sub SKU_Change()
Me!SKU.ForeColor = vbBlack
End Sub
This works fine until the form is closed. When it is re-opened it has not saved the changed “Fore Color” and has reverted back to red.
Can anyone help me make the change permanent.
Kindest regards
Eddie
Private Sub SKU_Change()
Me!SKU.ForeColor = vbBlack
End Sub
This works fine until the form is closed. When it is re-opened it has not saved the changed “Fore Color” and has reverted back to red.
Can anyone help me make the change permanent.
Kindest regards
Eddie