D denileigh Registered User. Local time Today, 22:31 Joined Dec 9, 2003 Messages 212 Jun 20, 2005 #1 Is there anyway to have a list of reports in a drop down format? I have a screen with about 14 buttons on it and it would look so much nicer if I could figure out how to do that. Thanks for any help.
Is there anyway to have a list of reports in a drop down format? I have a screen with about 14 buttons on it and it would look so much nicer if I could figure out how to do that. Thanks for any help.
W WayneRyan AWF VIP Local time Today, 22:31 Joined Nov 19, 2002 Messages 7,120 Jun 20, 2005 #2 denileigh, ComboBox RowSource: Code: Select Name From MSysObjects Where Type = -32764 Then on the button to run a report: DoCmd.OpenReport Me.YourCombo Wayne
denileigh, ComboBox RowSource: Code: Select Name From MSysObjects Where Type = -32764 Then on the button to run a report: DoCmd.OpenReport Me.YourCombo Wayne