If the control has a field assigned, the code "_click()" doesn't w

A

Arturo

Hi,
I've got a form with code and all work fine, but when I send the form, the
values are received empties (I need to assign a field) but then the code
doesn't work. For example:

Sub ComboBox_Click()
Msgbox "Hello"
End Sub

If I assign a field in the properties of the control, suddenly the code
doesn't work. Why? Which is the solution?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top