Search results

  1. M

    access forms events not working

    Most form events do not work. For example, I want the user to get a message by double-clicking in the middle of the form. I write the code in the double-click event section of the form, but when I open the form, it does not react to the double-click event
  2. M

    access forms events not working

    I have a blank form in Access. Form events do not work when opening the form. For example, I wrote a code (msgbox) in the double click event, but it doesn't work. Meanwhile, macro access is also active.
  3. M

    unbounded form double click event not worked

    None of the form events work. I would be grateful if you could send me a sample file.
  4. M

    unbounded form double click event not worked

    I want my message to be displayed in the middle of the form with click
  5. M

    unbounded form double click event not worked

    Can you tell me with a picture? I am very amateur
  6. M

    unbounded form double click event not worked

    code is : Private Sub Form_DblClick(Cancel As Integer) MsgBox "Hello world" End Sub
  7. M

    unbounded form double click event not worked

    I have a unbounded form. I want it to show me a message by double-clicking on the empty part of the form. But this event is inactive and does not work. I hope you can help
Top Bottom