Jsut place all code for the event in the proper sub, i.e.
Private Sub Form_Current()
operativebutton.Enabled = Not IsNull(operativecombo)
sitebutton.Enabled = Not IsNull(AddressCombo)
End Sub

Signature
There's ALWAYS more than one way to skin a cat!
Answers/posts based on Access 2000
evilcowstare - 12 Mar 2007 16:00 GMT
Thanks I know it sounded really simple, just wasnt 100% sure
>Jsut place all code for the event in the proper sub, i.e.
>
>Private Sub Form_Current()
> operativebutton.Enabled = Not IsNull(operativecombo)
> sitebutton.Enabled = Not IsNull(AddressCombo)
>End Sub