I have create list box (lstReport) that get the list of reports name from table report. now i create a command button for print the report that i select from the list report
DoCmd.PrintOut me.lstReport
But it not working, what problem with my code.
Thanks for any command.
DoCmd.PrintOut me.lstReport
But it not working, what problem with my code.
Thanks for any command.