It is becoming painfully obvious that I am not an Access programmer, although I am trying. I am filling a need where nobody else has a desire to go.
So let me lay all the cards on the table and see what suggestions I get.
I have 2 PBX systems on this campus. One is an NEC 2400. It spits out the call records in a specific format. I have developed an Access database to price these calls, add division/department/names, etc to report in a format the end users will recognize.
Recently a Cisco Call Manager was added to the campus and i have been trying to retrieve the records from it to merge with the other records.
With the help of some of you I have succeeded in retrieving the Cisco data and can pick out the various parts of the date/time fields, as well as other parts I need.
My problem now is how to merge the Cisco data with the 2400 data.
1. Should/can I merge the Cisco data directly into the 2400 table? If so, how can I xref the cisco field names with the corresponding 2400 field names, and how do I put the data into the table without disturbing the original contents?
2. Should I bring the Cisco data into a separate table (as I have already started to do) and then try to merge it? If so, again, how do I put the data into the table without disturbing the original contents?
I am going to try to attach a sample of each.
2400.xls is an Excel file exported from the original table of the 2400 records
cisco.xls is an Excel file exported from the original table of the cisco records
ciscoCDR.txt is a csv text file exported directly from the Cisco CM.
The ciscoCDR date/time is number of seconds since Epoch (1/1/1970) in UTC.
Again, my goal is to retrieve the various parts of the ciscoCDR files and place them into the correct fields of the 2400 table.
I thank all of you in advance for any helpful advice you may provide.
So let me lay all the cards on the table and see what suggestions I get.
I have 2 PBX systems on this campus. One is an NEC 2400. It spits out the call records in a specific format. I have developed an Access database to price these calls, add division/department/names, etc to report in a format the end users will recognize.
Recently a Cisco Call Manager was added to the campus and i have been trying to retrieve the records from it to merge with the other records.
With the help of some of you I have succeeded in retrieving the Cisco data and can pick out the various parts of the date/time fields, as well as other parts I need.
My problem now is how to merge the Cisco data with the 2400 data.
1. Should/can I merge the Cisco data directly into the 2400 table? If so, how can I xref the cisco field names with the corresponding 2400 field names, and how do I put the data into the table without disturbing the original contents?
2. Should I bring the Cisco data into a separate table (as I have already started to do) and then try to merge it? If so, again, how do I put the data into the table without disturbing the original contents?
I am going to try to attach a sample of each.
2400.xls is an Excel file exported from the original table of the 2400 records
cisco.xls is an Excel file exported from the original table of the cisco records
ciscoCDR.txt is a csv text file exported directly from the Cisco CM.
The ciscoCDR date/time is number of seconds since Epoch (1/1/1970) in UTC.
Again, my goal is to retrieve the various parts of the ciscoCDR files and place them into the correct fields of the 2400 table.
I thank all of you in advance for any helpful advice you may provide.