Hi There,
First, check if you got the variable name correctly.
You said you called the status as "Customer Definition". If so, then in your code you gotta have
If Me.Customer_Definition = "Silver" Then
cmd3_Letter_Definition.Enabled = False
Else
cmd3_Letter_Definition.Enabled = True
End If...