P
pete.trudell
I'm very new to SQL, and having problems transfering our old Access
2003 Database to a new Access 2007 Frontend- SQL server Backend. I
have figured over the last several months many of the Query
conventions that make most of my new database work, however I'm realy
stumped with crosstabs.
I have a CallLog Table & Login Table entries during the day of the
type of calls they receive, The database collects the staffs
dbo.Login.LName, dbo.Login.FName dbo.CallLog.RDate, and
dbo.CallLog.RTime, and dbo.CallLog.CType (call type, eithe Claims,
Inquiry, Tele-Serve, etc. etc.) Their are 7 types of calls in total.
I want to repeat the 2003 crosstab report I made out each morning of
call activity:
Staff Claims Inquiry Tele-
Serv Totals
Brown Les 5 15
1 21
Gordon Mary 15 10
5 30
I've read about using SQL to set up the report and TRANSFORM, SELECT,
etc. but I'm not sure what goes where.
Appreciate any assistance.
Thanks
2003 Database to a new Access 2007 Frontend- SQL server Backend. I
have figured over the last several months many of the Query
conventions that make most of my new database work, however I'm realy
stumped with crosstabs.
I have a CallLog Table & Login Table entries during the day of the
type of calls they receive, The database collects the staffs
dbo.Login.LName, dbo.Login.FName dbo.CallLog.RDate, and
dbo.CallLog.RTime, and dbo.CallLog.CType (call type, eithe Claims,
Inquiry, Tele-Serve, etc. etc.) Their are 7 types of calls in total.
I want to repeat the 2003 crosstab report I made out each morning of
call activity:
Staff Claims Inquiry Tele-
Serv Totals
Brown Les 5 15
1 21
Gordon Mary 15 10
5 30
I've read about using SQL to set up the report and TRANSFORM, SELECT,
etc. but I'm not sure what goes where.
Appreciate any assistance.
Thanks