AccessNovice123
Registered User.
- Local time
- Today, 07:17
- Joined
- Aug 16, 2017
- Messages
- 13
Hello,
I am trying to convert a DOS system to an Access database. I have all of the .dbf files from the DOS system and have imported them into Access but am having trouble establishing the relationships. I have a Customers table with all personal identification of users. I also have three claims tables, each table is a different claim category: Credit, Life, Health. In each of my claims table, one person can have multiple claims (exception is Life) so my relationship from Customers to Credit and Health is one-to-many while Customers to Life is one-to-one.
I have forms created for user entry and viewing. I need the following two things to happen: 1) If I am editing a person's details in the Credit form, it should update my Customers table automatically, 2) If I am adding a brand new customer from any of the claims forms (credit, health, life) I need it to add the brand new person to the Customers table automatically.
I have tried doing this with primary keys and foreign keys but the error I run into is that when I try to add a new person in one of the claims forms, I get an error that the person does not exist in the Customers table and it will not let me add them.
Everything I have learned about Access is through various forums and YouTube, but I am still learning. Any help and guidance would be greatly appreciated. Thank you.
I am trying to convert a DOS system to an Access database. I have all of the .dbf files from the DOS system and have imported them into Access but am having trouble establishing the relationships. I have a Customers table with all personal identification of users. I also have three claims tables, each table is a different claim category: Credit, Life, Health. In each of my claims table, one person can have multiple claims (exception is Life) so my relationship from Customers to Credit and Health is one-to-many while Customers to Life is one-to-one.
I have forms created for user entry and viewing. I need the following two things to happen: 1) If I am editing a person's details in the Credit form, it should update my Customers table automatically, 2) If I am adding a brand new customer from any of the claims forms (credit, health, life) I need it to add the brand new person to the Customers table automatically.
I have tried doing this with primary keys and foreign keys but the error I run into is that when I try to add a new person in one of the claims forms, I get an error that the person does not exist in the Customers table and it will not let me add them.
Everything I have learned about Access is through various forums and YouTube, but I am still learning. Any help and guidance would be greatly appreciated. Thank you.