kdibricida
Technical User
- Jun 15, 2005
- 24
I currently run a report based off a query for a user specified date range.
Is there anyway to have the date range automatically placed on the report somewhere?
Here is my query.
SELECT [All DC Security].[Date/Time], [All DC Security].Date, [All DC Security].[Event ID], [All DC Security].Type, [All DC Security].Category, [All DC Security].User, [All DC Security].Source, [All DC Security].Feed, [All DC Security].Message, [All DC Security].Time
FROM [All DC Security]
WHERE ([All DC Security].Date BETWEEN [Input Start Date] AND [Input End Date]) AND ((([All DC Security].[Event ID])=624 Or ([All DC Security].[Event ID])=628 Or ([All DC Security].[Event ID])=627 Or ([All DC Security].[Event ID])=632 Or ([All DC Security].[Event ID])=644 Or ([All DC Security].[Event ID])=671));
Is there anyway to have the date range automatically placed on the report somewhere?
Here is my query.
SELECT [All DC Security].[Date/Time], [All DC Security].Date, [All DC Security].[Event ID], [All DC Security].Type, [All DC Security].Category, [All DC Security].User, [All DC Security].Source, [All DC Security].Feed, [All DC Security].Message, [All DC Security].Time
FROM [All DC Security]
WHERE ([All DC Security].Date BETWEEN [Input Start Date] AND [Input End Date]) AND ((([All DC Security].[Event ID])=624 Or ([All DC Security].[Event ID])=628 Or ([All DC Security].[Event ID])=627 Or ([All DC Security].[Event ID])=632 Or ([All DC Security].[Event ID])=644 Or ([All DC Security].[Event ID])=671));