How to open a report

Previous  Top  Next

    
 

 

Access.DoCmd.OpenReport('Titles by Author', acViewPreview, EmptyParam, EmptyParam);

{

const

   acViewNormal = $00000000;

   acViewDesign = $00000001;

   acViewPreview = $00000002;

}

 

©Drkb::02744