hi everyone. I am stuck in a dilemma. I have 2 tables:
tblPerson
PersonId
LastName
FirstName
Title
Gender
tblClient
PersonID
Address
City
Email
etc...
1 to 1 relationship
On the main form i have a tab control with 2 tabs. On the first tab i have the tblPerson info which is part of the main form. On the secod tab i have a subform for tblClient info. Each tab has a save button. Right now, a person can be entered and close the form without having anything entered in the second tab sub form (tblClient). I want to make sure that if someone enters a new person in the main form they are required to enter the rest of the info in the second form then save the changes on that tab.
If anyone knows what is hould do that would be great.
Joso
tblPerson
PersonId
LastName
FirstName
Title
Gender
tblClient
PersonID
Address
City
etc...
1 to 1 relationship
On the main form i have a tab control with 2 tabs. On the first tab i have the tblPerson info which is part of the main form. On the secod tab i have a subform for tblClient info. Each tab has a save button. Right now, a person can be entered and close the form without having anything entered in the second tab sub form (tblClient). I want to make sure that if someone enters a new person in the main form they are required to enter the rest of the info in the second form then save the changes on that tab.
If anyone knows what is hould do that would be great.
Joso