Hello all!
I have a combo box that is being pupulated by the following query: SELECT MSysObjects.Name FROM MsysObjects WHERE (Left$([Name],3)="REP"
ORDER BY MSysObjects.Name;
I was wondering if it is possible to print all of the reports that are being populated in the combo box with a command button?
Any help would be GREATLY appreciated!
I have a combo box that is being pupulated by the following query: SELECT MSysObjects.Name FROM MsysObjects WHERE (Left$([Name],3)="REP"
I was wondering if it is possible to print all of the reports that are being populated in the combo box with a command button?
Any help would be GREATLY appreciated!