Help for this page

Select Code to Download


  1. or download this
    sub activeDatabase
    {
    ...
    
        return ($pwd . "\\xxx.mdb");    
    }
    
  2. or download this
    ##Prints a report##
    sub printReport
    ...
        #Quit the application
        $app->DoCmd->Quit($accessConst->{'acQuitSaveNone'});
    }