Search results

  1. M

    Lost and Confused in Macro/Module Land

    I have the following in my Access 2000 DB... One Macro named "Report" with a RunCode action and the following Function Name - OutputToReport() One Module named "Module1" comprised of the following code... Function OutputToReport() DoCmd.OutputTo acOutputReport, "Budget Summary Report"...
  2. M

    Macro dilemma

    I have the following batch file which executes my one Access macro... "c:\program files\microsoft office\office\msaccess.exe" d:\Nick\Budget.mdb /X BMS is it possible to have this execute several macros?? Thanks beforehand.
  3. M

    is this possible???

    I'm to the point where I'm desperate!! I have an Access 2000 DB which consists of several reports. I can export each report into Word Files or htm files easily and then post them on the web. But I was wondering, if it was possible, to somehow write a macro? or something to do this...
Back
Top Bottom