Hi All
The following code does not work on my Access 2007 Enterprise edition within a form i have
when i click the button to execute the above code it does nothing... any idea why?
Thanks
The following code does not work on my Access 2007 Enterprise edition within a form i have
Code:
Private Sub btnAssignLeads_Click()
MsgBox Me.cbxAssignTo.Value
End Sub
when i click the button to execute the above code it does nothing... any idea why?
Thanks
Last edited: