Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Reports / Printing / March 2008

Tip: Looking for answers? Try searching our database.

Report Help

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
lmossolle - 28 Mar 2008 12:59 GMT
I am using the following on a Query, In this I would like to see a projected
days and a actual days. I am seeing all entries on the chart though. I only
need the 2. Could someone please assist? The projaccdays = projected days and
actdays = actual days.

SELECT Null AS Expr1,
[AMR Query].projaccdays1 AS 1,
[AMR Query].projaccdays2 AS 2,
[AMR Query].projaccdays3 AS 3,
[AMR Query].projaccdays4 AS 4,
[AMR Query].projaccdays5 AS 5,
[AMR Query].projaccdays6 AS 6,
[AMR Query].projaccdays7 AS 7,
[AMR Query].projaccdays8 AS 8,
[AMR Query].projaccdays9 AS 9,
[AMR Query].projaccdays10 AS 10
FROM [AMR Query]
UNION SELECT Null AS Expr1,
[AMR Query].actdays1 AS 1,
[AMR Query].actdays2 AS 2,
[AMR Query].actdays3 AS 3,
[AMR Query].actdays4 AS 4,
[AMR Query].actdays5 AS 5,
[AMR Query].actdays6 AS 6,
[AMR Query].actdays7 AS 7,
[AMR Query].actdays8 AS 8,
[AMR Query].actdays9 AS 9,
[AMR Query].actdays10 AS 10
FROM [AMR Query];
Duane Hookom - 29 Mar 2008 07:17 GMT
I just created the chart for Imossolle. The primary issue was the
un-normalized table structure. A union query was created from the existing
table and then the union query was used as the Row Source of the chart.
Signature

Duane Hookom
Microsoft Access MVP

> I am using the following on a Query, In this I would like to see a projected
> days and a actual days. I am seeing all entries on the chart though. I only
[quoted text clipped - 25 lines]
> [AMR Query].actdays10 AS 10
> FROM [AMR Query];
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.