R
Rey
Have a table imported from Excel:
Fields in table CallProductivity
CallerName Text
CertificateID Number
Priority Text
EventName Text
CallDateTime Date/Time
ContactStatus Text
Subject Text
Notes Text
The ContactStatus field contains the following entries.
Row Labels Count Left msg No Contact RPC
Call Made - Needs Bilingual 37 N
Call made - no contact 1183 N
Call Made - Other 62 N
Call Made - Refused Assistance 38 R
Call Made - Updated Information 83 R
Counseling Provided 68 R
Identified to call 2389
Left Message 2159 M
Mail Sent 19
Needs Skip work 280
No Contact 317 N
Not Attended 10
Proposal to Servicer 11
Referral in progress 699 R
Referral to PMI 71
Referred to Servicer 6
Refused Message 6 N
Review Note 59
RSVP- May Attend 111 R
RSVP- Will Attend 85 R
RSVP- Will NOT Attend 508 R
Sent Email 11
Working with Servicer 174 R
User wants to have a report depicting following. Month to date comes
from above.
record Yesterday Month to date
Left Message 10 2159
No contact 5 1605
RPC 5 1766
The No contact summary row combines all the N rows (Call Made - Needs
Bilingual,Call made - no contact) while the RPC summary row combines
all the R rows.
My question is:
Short of creating individual queries w/results inserted into a temp
table whose combined totals are appended to a final table via a VBA
code block is it possible to do this with an Access 2007 query?
I'm also encountering an issue in Access 2007 where when I filter the
table in the ContactStatus field for call made - no contact I get 1276
rows of 9169. I can manually count 20 records containing 29-Apr-09
from three diffent callernames. But when I filter for CallDateTime 29-
Apr-09 I get one row.
I then filter the CallDateTime field for 4/29/2009 and I have one row.
Possibly because of time differences w/i each calldatetime entry.
Thank you in advance for your suggestions/comments,
Rey
Fields in table CallProductivity
CallerName Text
CertificateID Number
Priority Text
EventName Text
CallDateTime Date/Time
ContactStatus Text
Subject Text
Notes Text
The ContactStatus field contains the following entries.
Row Labels Count Left msg No Contact RPC
Call Made - Needs Bilingual 37 N
Call made - no contact 1183 N
Call Made - Other 62 N
Call Made - Refused Assistance 38 R
Call Made - Updated Information 83 R
Counseling Provided 68 R
Identified to call 2389
Left Message 2159 M
Mail Sent 19
Needs Skip work 280
No Contact 317 N
Not Attended 10
Proposal to Servicer 11
Referral in progress 699 R
Referral to PMI 71
Referred to Servicer 6
Refused Message 6 N
Review Note 59
RSVP- May Attend 111 R
RSVP- Will Attend 85 R
RSVP- Will NOT Attend 508 R
Sent Email 11
Working with Servicer 174 R
User wants to have a report depicting following. Month to date comes
from above.
record Yesterday Month to date
Left Message 10 2159
No contact 5 1605
RPC 5 1766
The No contact summary row combines all the N rows (Call Made - Needs
Bilingual,Call made - no contact) while the RPC summary row combines
all the R rows.
My question is:
Short of creating individual queries w/results inserted into a temp
table whose combined totals are appended to a final table via a VBA
code block is it possible to do this with an Access 2007 query?
I'm also encountering an issue in Access 2007 where when I filter the
table in the ContactStatus field for call made - no contact I get 1276
rows of 9169. I can manually count 20 records containing 29-Apr-09
from three diffent callernames. But when I filter for CallDateTime 29-
Apr-09 I get one row.
I then filter the CallDateTime field for 4/29/2009 and I have one row.
Possibly because of time differences w/i each calldatetime entry.
Thank you in advance for your suggestions/comments,
Rey