I am having trouble with how I should relate these tables:
Table One contains general information about a company and table two contains insurance enrollment information. Sometimes there are multiple entries of the same company in the insurance table, but only a single can exist in the general information. Also, at times there can be companies on the insurance without having an record in the general information. As of now I am entering the name multiple times causing redundancy.
I need to make a report that groups by the fields in the general information and sums the field in the insurance information where the record's company name matches. How should I alter my current structure in order to make this possible?
Table One contains general information about a company and table two contains insurance enrollment information. Sometimes there are multiple entries of the same company in the insurance table, but only a single can exist in the general information. Also, at times there can be companies on the insurance without having an record in the general information. As of now I am entering the name multiple times causing redundancy.
I need to make a report that groups by the fields in the general information and sums the field in the insurance information where the record's company name matches. How should I alter my current structure in order to make this possible?