N
nutmeg
Good morning,
I am trying to make a query to build a graph that will be a sub report. It
runs from a Print Dialogue Box. I have a table called tblCalls which has the
Date the call came in and the Call Category i.e. Appt Booked. I was trying
to group by the Date and by Category for graph results. Because Date field
is General format is has a time attached to each call and so when I tried to
group doesn't work so I tried to format the Date field to DayofMonth:
Format([Date],"Medium Date") to match the criteria format, didn't work, gives
me all sorts of dates that aren't even in the date range that I'm asking for:
01/01/05 - 01/08/05. I get things from 2004 and 2003.
Date field is table is formatted as "dddd ","mmmm d"," yyyy hh:nn ampm
Format for Criteria in query is Medium Date:
Regional Settings is: Short Date
I may be making this too complicated. What I'm actually trying to do is
count all the records for a specific time frame i.e. 309, and then count the
number of Appts Booked. What I'm trying to do is build a chart that shows
each line separately so I thought that I can to build a query to do this.
Can anyone give me some guidance.
Thank you,
IEJ
I am trying to make a query to build a graph that will be a sub report. It
runs from a Print Dialogue Box. I have a table called tblCalls which has the
Date the call came in and the Call Category i.e. Appt Booked. I was trying
to group by the Date and by Category for graph results. Because Date field
is General format is has a time attached to each call and so when I tried to
group doesn't work so I tried to format the Date field to DayofMonth:
Format([Date],"Medium Date") to match the criteria format, didn't work, gives
me all sorts of dates that aren't even in the date range that I'm asking for:
01/01/05 - 01/08/05. I get things from 2004 and 2003.
Date field is table is formatted as "dddd ","mmmm d"," yyyy hh:nn ampm
Format for Criteria in query is Medium Date:
<DateAdd("d",1,[Forms]![ME-SLB15-sfrmPrintDialogueBox]![txtEndingDate])=[Forms]![ME-SLB15-sfrmPrintDialogueBox]![txtBeginningDate] And
Regional Settings is: Short Date
I may be making this too complicated. What I'm actually trying to do is
count all the records for a specific time frame i.e. 309, and then count the
number of Appts Booked. What I'm trying to do is build a chart that shows
each line separately so I thought that I can to build a query to do this.
Can anyone give me some guidance.
Thank you,
IEJ