Click here to Skip to main content
15,897,718 members
Home / Discussions / Database
   

Database

 
QuestionPIVOT Pin
Mugdha_Aditya18-Feb-10 22:47
Mugdha_Aditya18-Feb-10 22:47 
AnswerRe: PIVOT Pin
JHizzle18-Feb-10 23:57
JHizzle18-Feb-10 23:57 
AnswerRe: PIVOT Pin
Eddy Vluggen20-Feb-10 6:10
professionalEddy Vluggen20-Feb-10 6:10 
AnswerRe: PIVOT Pin
Niladri_Biswas20-Feb-10 17:42
Niladri_Biswas20-Feb-10 17:42 
AnswerRe: PIVOT Pin
nainakarri21-Feb-10 22:20
nainakarri21-Feb-10 22:20 
Questionhow to get the count under different values in the same feilld. Pin
prasadbuddhika18-Feb-10 21:07
prasadbuddhika18-Feb-10 21:07 
AnswerRe: how to get the count under different values in the same feilld. Pin
Mycroft Holmes18-Feb-10 22:41
professionalMycroft Holmes18-Feb-10 22:41 
QuestionAccess2007 - OLE MS Graph Chart, data not shown Pin
john john mackey18-Feb-10 7:28
john john mackey18-Feb-10 7:28 
I want to display a schedule in a Gantt chart, MS Project-like, horizontal stacked bar chart.

I embedded an unbound OLE object on my form, selected MS Graph Chart, and defined Row Source = qry_MySched, Row Source Type = Table/Query.

What I am seeing is my rows/columns are transposed and I a missing a row of data that should display.

Here is my data:
tbl_Schedule  (ID, StartDay, Duration)
1, 1, 3
2, 6, 5
3, 7, 4

qry_MySched (SQL format)
SELECT "Event " & [ID] AS Label, [StartDay]-1 AS [Begin], tbl_Schedule.Duration
FROM tbl_Schedule;


Resulting in the query:
Event 1, 0, 3
Event 2, 5, 5
Event 3, 6, 4


My stacked bar chart then has
(Y-axis): 3, 0
(legend): Event 2, Event 3
(horizontal bar for "3") 0-5 (5units), Event2; 5-9 (4units), Event 3
(horizontal bar for "0") 0-5 (5units), Event2; 5-11 (6units), Event 3


Working with MS Graph Chart difficult in Access 2007. (Access 2007, WinXP, SP3)

Thanks for any help,
JJ
QuestionTSql , Update master / child records Pin
Hemant Thaker18-Feb-10 1:40
Hemant Thaker18-Feb-10 1:40 
AnswerRe: TSql , Update master / child records Pin
Ashfield18-Feb-10 3:13
Ashfield18-Feb-10 3:13 
QuestionRe: TSql , Update master / child records Pin
Hemant Thaker18-Feb-10 7:04
Hemant Thaker18-Feb-10 7:04 
GeneralRe: TSql , Update master / child records Pin
Hemant Thaker18-Feb-10 7:30
Hemant Thaker18-Feb-10 7:30 
AnswerRe: TSql , Update master / child records Pin
Mycroft Holmes18-Feb-10 11:30
professionalMycroft Holmes18-Feb-10 11:30 
QuestionConditional Sum in SQL Query Pin
Tufail Ahmad17-Feb-10 21:13
Tufail Ahmad17-Feb-10 21:13 
AnswerRe: Conditional Sum in SQL Query Pin
Pranay Rana17-Feb-10 21:23
professionalPranay Rana17-Feb-10 21:23 
AnswerRe: Conditional Sum in SQL Query Pin
Mycroft Holmes17-Feb-10 21:24
professionalMycroft Holmes17-Feb-10 21:24 
AnswerRe: Conditional Sum in SQL Query Pin
Niladri_Biswas20-Feb-10 18:15
Niladri_Biswas20-Feb-10 18:15 
QuestionList products sold to buyers Pin
freshonlineMax17-Feb-10 17:29
freshonlineMax17-Feb-10 17:29 
AnswerRe: List products sold to buyers Pin
_Damian S_17-Feb-10 17:32
professional_Damian S_17-Feb-10 17:32 
GeneralRe: List products sold to buyers Pin
freshonlineMax18-Feb-10 9:38
freshonlineMax18-Feb-10 9:38 
GeneralRe: List products sold to buyers Pin
_Damian S_18-Feb-10 11:59
professional_Damian S_18-Feb-10 11:59 
GeneralRe: List products sold to buyers without repeating buyers name Pin
freshonlineMax18-Feb-10 19:11
freshonlineMax18-Feb-10 19:11 
Questionsql statement to find missing records Pin
johnnysmith117-Feb-10 16:25
johnnysmith117-Feb-10 16:25 
AnswerRe: sql statement to find missing records Pin
_Damian S_17-Feb-10 17:29
professional_Damian S_17-Feb-10 17:29 
GeneralRe: sql statement to find missing records Pin
johnnysmith117-Feb-10 21:11
johnnysmith117-Feb-10 21:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.