• Message Box

    Author
    Topic
    #353205

    I would like a message box to show dependent on the value of info entered into a field. The values are entered from a combo box. I assume I will need an on exit event procedure to look at the value and determine if the message box is required. Can somebody please advise on the code required.
    Thanks

    Viewing 0 reply threads
    Author
    Replies
    • #515991

      Put the code on the on click event of the combobox, then it is executed when the user makes a selection in the combobox.
      The code looks something like this:

      IF Me![cboMyComboBox] = MyValue THEN
      MsgBox “My Message Text”
      End If

    Viewing 0 reply threads
    Reply To: Message Box

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: