Search results

  1. F

    List files

    I'm using below code found on another site to list all files in a specific folder and all of it's sub folder. When I run the code I get a message saying files were added, however the table remains blank. As soon as I hit F5 the table loads as it should. What can I add to the code so the table is...
  2. F

    Shortcut to folders

    I want to create a shortcut to a folder. Shortcut name is to be based on project name in textbox on a form called ProjectName. The shortcut location is to be based on name in a combo box on the same form called ComboEstimator. Code below does create the shortcut however it names the shortcut...
  3. F

    Run-time error 438

    I'm new to access but have been getting by with excel VBA for the past year, but not a coding expert. I'm trying to create a folder on button press put can't seem to get it to work. I get Run-time error 438 Object Doesn't Support This Property or Method. If I replace Me.lblTitle with test it...
Back
Top Bottom