S
scubadiver
hello,
I have two combos.
When the first combo is changed from "pending" to "live" I want the second
combo to become enabled.
I have the following in the after update event.
If Me.StatusID.Value = "Live" Then Me.MonthID.Enabled = True
but it isnt working.
It has been awhile...
I have two combos.
When the first combo is changed from "pending" to "live" I want the second
combo to become enabled.
I have the following in the after update event.
If Me.StatusID.Value = "Live" Then Me.MonthID.Enabled = True
but it isnt working.
It has been awhile...