jpalmer150
Technical User
I'm connecting Crystal to an Access Union Query. Everything is working fine and my data is displaying correctly. However the SQL coding is adding unwanted Parameter fields to my Crystal Report. I'm not sure why...
Here is a portion of the SQL code from the Union Query:
__________________________
SELECT [Personnel No],[Cost Center],[Account],[OCT] as [AMOUNT], "10/31/"&[Fiscal Year] As [MONTH]
FROM [Tbl_Travel_Expense_Data]
UNION ALL SELECT [Personnel No],[Cost Center],[Account],[NOV], "11/30/"&[Fiscal Year]
FROM [Tbl_Travel_Expense_Data]
UNION ALL SELECT [Personnel No],[Cost Center],[Account],[DEC], "12/31/"&[Fiscal Year]
FROM [Tbl_Travel_Expense_Data]
__________________________
Cystal is automatically creating the corresponding Parameter fields:
[10/31/]
[11/31/]
[12/31/]
Any suggestions regarding how I can get rid of these unwanted Parameters in Crystal or what I should have done differently?
JP
Here is a portion of the SQL code from the Union Query:
__________________________
SELECT [Personnel No],[Cost Center],[Account],[OCT] as [AMOUNT], "10/31/"&[Fiscal Year] As [MONTH]
FROM [Tbl_Travel_Expense_Data]
UNION ALL SELECT [Personnel No],[Cost Center],[Account],[NOV], "11/30/"&[Fiscal Year]
FROM [Tbl_Travel_Expense_Data]
UNION ALL SELECT [Personnel No],[Cost Center],[Account],[DEC], "12/31/"&[Fiscal Year]
FROM [Tbl_Travel_Expense_Data]
__________________________
Cystal is automatically creating the corresponding Parameter fields:
[10/31/]
[11/31/]
[12/31/]
Any suggestions regarding how I can get rid of these unwanted Parameters in Crystal or what I should have done differently?
JP