jrabenhorst
IS-IT--Management
I'm having a problem creating a many to many relationship and I was wondering if someone could shed some light on the subject. I'm working with a life insurance company trying to create a claims database that also prints checks. I have two tables created that don't like eachother. One table has policy information such as
olicy Number, Insured, Amount, Claim Number etc. The other table has check information such as:check number, payee, address, claim number etc. The two common fields are claim number. But many policies can exist on one claim, and also many checks can pay 1 claim. I've researched creating a joining table? But I can't seem to make it work. Everytime I run a query pulling from the two tables, it turns up blank and I have information in the tables. My two primary keys on these tables are Check Number, and Policy Number. When I try to link by claim number, any query I run gives me repeated records. Any help with this would be great. Thanks
John
John