Search results

  1. M

    Solved Select All Checkboxes in continuous subform

    I know this was asked years back, but I recently had to do something like this to "select all" checkboxes in a filtered continuous form. For those of you who don't use Visual Basic, there is a way to do it in a macro using the RunSQL command with an UPDATE query. No loop is required. First, a...
  2. M

    Activate Embedded OLE Sounds

    Hello. This is my first post here. I'm working with a legacy version of Access that supports OLE Objects, but it's running in Windows 10. Before, I was able to embed a WAV sound file in a form and activate (play) it with a macro, not with a Visual Basic module. I guess it was a hack way to pass...
Back
Top Bottom