About 326,000 results
Open links in new tab
  1. vba - Providing in-form help in MS Access - Stack Overflow

    Jun 16, 2014 · The users are usually using MS Access for the very fist time, and have only basic computer use knowledge. I don't want to cram the forms with help text, so I'm thinking of …

  2. ms access - How to use the DLookUp function and if it is the …

    Apr 21, 2018 · There's very little information to go on here. Normally, there are better ways to accomplish what you are doing, like joining tblUser in your form's underlying query so that you …

  3. Need Help on Mousemove event in Access VBA - Stack Overflow

    May 1, 2021 · I am creating a side menu for my database which uses mousemove event on buttons. When the mouse pointer hovers over the button it change backcolor, forecolor and …

  4. Newest 'ms-access' Questions - Stack Overflow

    Nov 19, 2025 · I want to check to see if value from a form exists in Microsoft Access table using vba or macro that is user friendly but need help putting it together. I've tried, Private Sub …

  5. ms access - vba: Compile Error: expected: = - Stack Overflow

    2 Apparently this is an area of confusion! For one thing, wrapping the input argument in parentheses seems to work for some subroutine calls. And, furthermore, the tooltips in the …

  6. ms access - Associate a help file with a library in the VBA object ...

    Feb 27, 2017 · 2 I have a reference to the Microsoft Scripting Runtime (scrrun.dll) in one of my Access projects. If I open the object browser in VBA (by pressing F2) and choose 'Scripting' …

  7. How to view modules and forms in a locked VBA Access application

    Apr 14, 2023 · Yes, acwztool is just Access wizard stuff. If you don't get a password prompt for the VBA project, but don't see any modules, it seems that you are opening the backend …

  8. vba - How to disable access security notice "A Potential security ...

    Apr 6, 2015 · i have a shared access application, i created an accde file for 32-bit machine, when user open the application he/she getting a security warning is there any way to disable this …

  9. How to mouse over rows to display full text with VBA or Macros ...

    Mar 22, 2012 · 4 In Microsoft Access 2007 under (Form View), how do you make text in a table display the entire description when you mouseover one of the rows on the table. As shown on …

  10. MS Access VBA - Need help referring to a control on a multi …

    Jul 2, 2021 · MS Access VBA - Need help referring to a control on a multi-instance form, from another form Asked 4 years, 4 months ago Modified 4 years, 4 months ago Viewed 413 times