Kaybaj
06-28-2010, 05:33 AM
Please i want my report to display the Print Ribbon when my report is in "Report View mode", it only shows when it is in "Print Preview mode" please any help'll do
thanks
thanks
|
View Full Version : Display Print Ribbon when report is in Report View Kaybaj 06-28-2010, 05:33 AM Please i want my report to display the Print Ribbon when my report is in "Report View mode", it only shows when it is in "Print Preview mode" please any help'll do thanks vbaInet 06-28-2010, 05:59 AM You would need to create your own ribbon for this and assign the report's RibbonName property to that ribbon. Here are some links on how to create ribbons: http://www.accessribbon.de/en/ http://www.databasedev.co.uk/access2007ribbon.html http://msdn.microsoft.com/en-us/library/aa338202%28office.12%29.aspx Kaybaj 06-28-2010, 06:07 AM thanks for the idea vbaInet 06-28-2010, 06:09 AM You're welcome. It's a bit of pain but that's the only way unfortunately. Happy Ribbon creating. |