Recent content by RMD

  1. R

    huge db, queries slow, best way to make queries run faster

    Go to Task Manager then to Processes, right click on Access and set priority to real time. This will devote more of the computer's resources to Access. Note: other programs will run slower. Also, if you query a query multiple times, make the first query a make table query.
  2. R

    Macro to delete table

    I just noticed that the code above is not displaying correctly. Again you must add the "h" back into the address. <?xml version="1.0" encoding="UTF-16" standalone="no"?> <UserInterfaceMacros xmlns="ttp://schemas.microsoft.com/office/accessservices/2009/11/application"> <UserInterfaceMacro...
  3. R

    Macro to delete table

    The Delete macro still exists but microsoft has hidden it. Copy the 8 lines below and past into the macro. I had to remove the 'H' after xmlns =" in order to post. <?xml version="1.0" encoding="UTF-16" standalone="no"?> <UserInterfaceMacros...
Back
Top Bottom