I have a combo populated with report names. I want to print the selected report from this combo.
Does any one have any syntax that will help me.
The rowsource for the combo is as follows
SELECT [msysobjects].[Name] FROM msysobjects WHERE ((([msysobjects].[Type])=-32764));
Dave