Will not display msgbox

shamas21

Registered User.
Local time
Today, 17:48
Joined
May 27, 2008
Messages
162
Hi All

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:

Users who are viewing this thread

Back
Top Bottom