Is it possible to launch the Access Report Wizard from the Switchboard?
You need to add a new Public Sub procedure into a standard module like so: Public Sub LaunchReportWizard() DoCmd.RunCommand acCmdNewObjectReport End Sub Launch the Switchboard Manager Wizard again and add an entry onto one of the pages like so: Text: Open Report Wizard (or whatever you would like) Command: Run Code Function Name: LaunchReportWizard Close everything and then test it out. Pressing that option on the Switchboard form should launch the Report Wizard.