paul123456
Technical User
I have having a hard time getting this to work..Heres what i have
Table1 = Calllogs
Billto
Extension Number
Date
Duration
Cost
Calltype
Table2 = Calltypes
Name
ID
Table3 = Departments
Site
Name
Department Name
Billto
I am trying to pull up infor based on the Department name..
Basically i was trying to group by department To the callrecords by joining Billto together. (this is the extension number)
Department.Billto = Calllogs.Billto
But then i need to know what call type it is so i did
Calllogs.Calltype = Calltypes.ID (these have the same data but different names)
I can't seem to display any data correctly..can somone help me out?
Thanks, PAUL
Table1 = Calllogs
Billto
Extension Number
Date
Duration
Cost
Calltype
Table2 = Calltypes
Name
ID
Table3 = Departments
Site
Name
Department Name
Billto
I am trying to pull up infor based on the Department name..
Basically i was trying to group by department To the callrecords by joining Billto together. (this is the extension number)
Department.Billto = Calllogs.Billto
But then i need to know what call type it is so i did
Calllogs.Calltype = Calltypes.ID (these have the same data but different names)
I can't seem to display any data correctly..can somone help me out?
Thanks, PAUL