Search results

  1. W

    Access the program opens slowly

    I am having problems with Access itself opening slowly. I am just opening Access with no objects in it at all, just the program. It use to open quickly. I made some changes to the pc it is on around the time Access started to act up. I have tried to reverse those changes, uninstall new programs...
  2. W

    Filter a report in DoCmd.OutputTo

    How do you filter a report you use in DoCmd.OutputTo acOutputReport, "reportName", ... I can filter a report in DoCmd.OpenReport DoCmd.OpenReport "reportName", acViewNormal, , "[fieldname]=" & "whatever" The DoCmd.OutputTo doc says that if you leave the Objectname parameter blank it will use...
  3. W

    Passing command line arguments to VBA and Access

    I am currently using Access to print reports from a Java app. I use the command line command to open Access and run a macro that runs some VBA code that prints the report and then close Access. This works great except that I can not pass any custom arguments to Access. I am looking for a way to...
Back
Top Bottom