G Gary S Aug 7, 2008 #1 I would like get all the report names in a different database than the one I am currently in. Please help.
I would like get all the report names in a different database than the one I am currently in. Please help.
M Marshall Barton Aug 8, 2008 #2 Gary said: I would like get all the report names in a different database than the one I am currently in. Click to expand... SELECT [Name] FROM MsysObjects IN "path to other database" WHERE [Type] = -32764
Gary said: I would like get all the report names in a different database than the one I am currently in. Click to expand... SELECT [Name] FROM MsysObjects IN "path to other database" WHERE [Type] = -32764