Search results

  1. C

    Button visible/invisible in a Continuous Form

    You're right, when I switched the buttons in the file from post #35 the bug was gone. I was even able to switch the positions back to the original and the bug did not come back. What do you mean by a simpler solution? Are you refering to showing/hiding multiple buttons in the continuous form or...
  2. C

    Button visible/invisible in a Continuous Form

    Thank you for the effort! I switched the 2 button positions but first the issue was still there (the formerly right button would appear again). Then I changed the positions back to the original positions and now the bug seems gone 🤨 There is just some minor flickering when I click at the...
  3. C

    Button visible/invisible in a Continuous Form

    Sounds like it is behaving as it should in your environment. I don't really know what to do now.. Reinstall Ms Office? 😅 The strange thing is that I also tried creating a new database and form from scratch that is a little simpler than the file I provided. I only had the code in there that I...
  4. C

    Button visible/invisible in a Continuous Form

    That is strange. Did you see the video that I provided? Did you try to click the transparent right buttons? They were not visible the entire time? I also tried to repair and compress the database and the issue persisted. I also created a new accdb file and imported all the forms, tables and...
  5. C

    Button visible/invisible in a Continuous Form

    I zipped the video file where I show the bug. It is a little blurry, since I had to compress it, but I think you get the idea. Cheers!
  6. C

    Button visible/invisible in a Continuous Form

    Thank you for helping out. I have provided a database file where the bug occurs. If you open the form "MainForm" you will see the form with 2 subforms. In the right subform there are the two buttons from my screenshots above. They should only be visible if the corresponding field is not empty...
  7. C

    Button visible/invisible in a Continuous Form

    Thank you for the reply! I had already read the article but I feel like my problem is a little different. If I understand correctly, in your example the button is made transparent after it is clicked (by setting the checkbox to true and making the button transparent in the detail paint event if...
  8. C

    Hello World

    Hello everybody, I am a Mechanical Engineering student based in Berlin who is about to finish his master degree. In my current job I was working a lot with Ms Access as a user. Since I had always been interested in Excel and VBA I was digging a bit into the code of my companies existing...
  9. C

    Button visible/invisible in a Continuous Form

    Hello. Thank you for providing this and your web article above! I am facing an issue where the buttons inside my continuous form become intransparent when I hover and/or click on a given button despite having set the button transparency to true. This is my code: Private Sub...
Top Bottom