You also have to requery the second combo
If Me.StatusID.Value = "Live" Then
Me.MonthID.Enabled = True
Me.MonthID.Requery
End If
Note: Single line coding is poor form.

Signature
Dave Hargis, Microsoft Access MVP
> hello,
>
[quoted text clipped - 10 lines]
>
> It has been awhile...
scubadiver - 12 Mar 2008 15:33 GMT
It doesn't work. I should have mentioned the form is continuous. Would that
complicate things?
> You also have to requery the second combo
>
[quoted text clipped - 19 lines]
> >
> > It has been awhile...
Klatuu - 12 Mar 2008 16:15 GMT
Yes, but since I seldom use continuous forms, I don't know that I can help.

Signature
Dave Hargis, Microsoft Access MVP
> It doesn't work. I should have mentioned the form is continuous. Would that
> complicate things?
[quoted text clipped - 22 lines]
> > >
> > > It has been awhile...