M
Mike
Hello All:
I know how I have my access application right now that isnt quite right, but
it works. But I would like to know the proper way to do this. I have 4
tables. Pension Fund Offices, Local Unions-pension & Medical Fund Offices,
Local Unions-medical.
Pension Fund Office table:
FundOfficeCode (primary key)
Fund Office Name
Local Union Table:
LocalUnionCode (primary key)
Local Union Name
FundOfficeCode
Amount
Same basic layout is for the Medical Tables.
There a one to many relationship between Pension Fund Office and Local
Unions-pension. And an one to many relationship between Medical Fund Office
and Local Unions-medical The Local Union tables contain the same
information. The tricky part is that one union could remit money to the
same fund office for both medical & pension. Or the local union could send
money to separate fund offices for pension & medical.
Can this be normalized within one access database? Or should I create two
separate databases for Pension & Medical, then create another database just
to be used as a front-end?
TIA
Mike
I know how I have my access application right now that isnt quite right, but
it works. But I would like to know the proper way to do this. I have 4
tables. Pension Fund Offices, Local Unions-pension & Medical Fund Offices,
Local Unions-medical.
Pension Fund Office table:
FundOfficeCode (primary key)
Fund Office Name
Local Union Table:
LocalUnionCode (primary key)
Local Union Name
FundOfficeCode
Amount
Same basic layout is for the Medical Tables.
There a one to many relationship between Pension Fund Office and Local
Unions-pension. And an one to many relationship between Medical Fund Office
and Local Unions-medical The Local Union tables contain the same
information. The tricky part is that one union could remit money to the
same fund office for both medical & pension. Or the local union could send
money to separate fund offices for pension & medical.
Can this be normalized within one access database? Or should I create two
separate databases for Pension & Medical, then create another database just
to be used as a front-end?
TIA
Mike