You can create a custom toolbar, that just contains icon to open a new report. This will start the report wizard.
You can then show / hide the custom toolbar using :
DoCmd.ShowToolbar ("toolbarname"), acToolbarYes (to show) and
DoCmd.ShowToolbar ("toolbarname"), acToolbarNo (to hide)