Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Show line based on available labor hours

Status
Not open for further replies.

act2

Technical User
Dec 17, 2005
34
US
I have a bar graph that shows the amount of machining hours by function per week. I want to be able to have a line based on the available labor for that week. Here is a sample of the data. I have not done a lot with graphs in access so any help will be appreciated. Thanks

Graph SQL:

TRANSFORM Sum([JobHr]) AS [SumOfJobHr] SELECT [WkNumber] FROM [qryReportGen] GROUP BY [WkNumber] PIVOT [JobType];

Line data

JobType Available
--------Hours Per week
Design--100
Layout---86
CNCp----267
CNCm----234
EDM-----276
Grind---240
Wire----168
Assy----145
Tuneup--100
 
I have been able to get what I want in excell but no luck in Access.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top