I have a fairly complex problem relating to duplicated customer data. Here is a brief overview of the type of information and how that relates to the problem at hand. I work at a small Internet service provider. We have several disparate systems that are not integrated or combined. When our salespeople take an order for Internet service, the orders goes to a “Wiring” system that provides customer name, address, username, etc to the technician that either connects DSL or setup dialup Internet. The billing system is also separate.
Our Access system is an attempt to consolidate all systems together. I perform monthly audits comparing each system to the information I have in Access and visa versa. Since the information I have is not uniquely identified, I have assigned the phone number as primary key.
I have inherited the system from my predecessor that did not use standard database normalization techniques. I have made an attempt to normalize in 5N, but stopped in frustration in 1N.
In any case, my billing information states that x customers are being billed for Internet. My access shows y customers are active and should be billed. X is smaller than y by several hundred. I am positive there is duplicate information in my system.
We use one main table that is related to several smaller tables containing all additional information such as email addresses, spam filters, etc. I would like to search this main table for the duplicate information. I have attempted to use the duplicate query wizard in the past without much success.
If the process is too complicated to post, point me in the right direction (book, website, etc). I will take it from there. Thank you for your time.
Our Access system is an attempt to consolidate all systems together. I perform monthly audits comparing each system to the information I have in Access and visa versa. Since the information I have is not uniquely identified, I have assigned the phone number as primary key.
I have inherited the system from my predecessor that did not use standard database normalization techniques. I have made an attempt to normalize in 5N, but stopped in frustration in 1N.
In any case, my billing information states that x customers are being billed for Internet. My access shows y customers are active and should be billed. X is smaller than y by several hundred. I am positive there is duplicate information in my system.
We use one main table that is related to several smaller tables containing all additional information such as email addresses, spam filters, etc. I would like to search this main table for the duplicate information. I have attempted to use the duplicate query wizard in the past without much success.
If the process is too complicated to post, point me in the right direction (book, website, etc). I will take it from there. Thank you for your time.