R
Ron Kozak
I built a report using 2 different queries. RF Issues
Query: SQL Statement (SELECT [RF Issues].Area, [RF
Issues].Date, [RF Issues].SerialNumber, [RF
Issues].SoftwareIssue, [RF Issues].PhysicalIssue, [RF
Issues].GunNumber, [RF Issues].ReportedBy, IIf
([SoftwareIssue],"Software","Physical") AS Expr1
FROM [RF Issues]
WHERE ((([RF Issues].Date)>=[Enter Beginning Date] And
([RF Issues].Date)<=[Enter Ending Date]) AND (([RF
Issues].SoftwareIssue) Is Not Null) AND (([RF
Issues].PhysicalIssue) Is Not Null))
ORDER BY [RF Issues].Area, [RF Issues].Date, [RF
Issues].GunNumber
And RF Chart Query: SQL Statement (SELECT [RF
Issues].Area, IIf([SoftwareIssue],"Software","Physical")
AS Expr1
FROM [RF Issues]
I need for my chart to look at the information in the
report. I have the report setup to lookup information
within a date range. The chart however will show
everything. When I try to enter a date range for a chart
I get an error message: The Microsoft Jet database engine
does not recognize '[Enter Beginning Date]' as a valid
field name or expression.
Sorry this is so long. I just thought the more info I
gave the better someone could help me out.
Thanks,
Ron
Query: SQL Statement (SELECT [RF Issues].Area, [RF
Issues].Date, [RF Issues].SerialNumber, [RF
Issues].SoftwareIssue, [RF Issues].PhysicalIssue, [RF
Issues].GunNumber, [RF Issues].ReportedBy, IIf
([SoftwareIssue],"Software","Physical") AS Expr1
FROM [RF Issues]
WHERE ((([RF Issues].Date)>=[Enter Beginning Date] And
([RF Issues].Date)<=[Enter Ending Date]) AND (([RF
Issues].SoftwareIssue) Is Not Null) AND (([RF
Issues].PhysicalIssue) Is Not Null))
ORDER BY [RF Issues].Area, [RF Issues].Date, [RF
Issues].GunNumber
And RF Chart Query: SQL Statement (SELECT [RF
Issues].Area, IIf([SoftwareIssue],"Software","Physical")
AS Expr1
FROM [RF Issues]
I need for my chart to look at the information in the
report. I have the report setup to lookup information
within a date range. The chart however will show
everything. When I try to enter a date range for a chart
I get an error message: The Microsoft Jet database engine
does not recognize '[Enter Beginning Date]' as a valid
field name or expression.
Sorry this is so long. I just thought the more info I
gave the better someone could help me out.
Thanks,
Ron