I have a subform with the field "description". I have a commandbutton with
Sub commandbutton
msgbox description
End Sub
This works OK.
I would like to msgbox the description with clicking on the field "description" but that doens't work (nothing happens). I also tryed a label with msgbox description. That gives a messagebox but not with the right value.
Is it possible to get the same result with a label as with the commandbutton?
Sub commandbutton
msgbox description
End Sub
This works OK.
I would like to msgbox the description with clicking on the field "description" but that doens't work (nothing happens). I also tryed a label with msgbox description. That gives a messagebox but not with the right value.
Is it possible to get the same result with a label as with the commandbutton?
Last edited: