hi,
i have tables with different names, but the same structure. i have queries and reports based on those queries
(for example - SELECT DISTINCTROW Sum([f29_sp1].[V_SPC1DIA1]) AS [Sum Of V_SPC1DIA1], Sum([f29_sp1].[POLYGON_AR]) AS [Sum Of POLYGON_AR]
FROM f29_sp1
WHERE (((Left([L4_CLASS_I],3))>=931) AND ((Left([L4_CLASS_I],3))<=940));
i want to show the name of the table on a report so user would know the source for each report.
any idea how to place a table name on the report, please?
i have tables with different names, but the same structure. i have queries and reports based on those queries
(for example - SELECT DISTINCTROW Sum([f29_sp1].[V_SPC1DIA1]) AS [Sum Of V_SPC1DIA1], Sum([f29_sp1].[POLYGON_AR]) AS [Sum Of POLYGON_AR]
FROM f29_sp1
WHERE (((Left([L4_CLASS_I],3))>=931) AND ((Left([L4_CLASS_I],3))<=940));
i want to show the name of the table on a report so user would know the source for each report.
any idea how to place a table name on the report, please?