I have 2 tables with a one-to-one relationship.
I want to make a form for entering a new client. "Add New Client" Is there a way to make a form with the various blank fields then when I click "add" it Adds the record to both talbes?
tbl_Account
tbl_History
CompanyID is the PK for each talbe.
I want to make a form for entering a new client. "Add New Client" Is there a way to make a form with the various blank fields then when I click "add" it Adds the record to both talbes?
tbl_Account
tbl_History
CompanyID is the PK for each talbe.