MrsGorilla
Rat Race Participant
- Local time
- Today, 15:23
- Joined
- May 6, 2003
- Messages
- 1,745
Hey,
I know the answer to this one is probably simple, but I can't figure it out and I haven't found any other posts that cover this same problem exactly.
I have two tables, PersonalInfo and PolicyInfo. The primary key in PersonalInfo is SSN, the primary key in PolicyInfo is Policy #. PolicyInfo also has SSN as one of the fields and it is linked to PersonalInfo with a one to many relationship as one person may have more than one (insurance) policy.
Now, I am trying to get users to enter the personal information on a person, then click a button to open up another form where they can enter the policy information for that person. How can I get the SSN field of the Policy Information form to automatically populate with the SSN of the Personal Information form? I can get it to work with an unbound text box, but I am wanting to save the record in the PolicyInfo table with that person's SSN.
Any suggestions? Let me know if I've explained it clearly enough.
Thanks.
I know the answer to this one is probably simple, but I can't figure it out and I haven't found any other posts that cover this same problem exactly.
I have two tables, PersonalInfo and PolicyInfo. The primary key in PersonalInfo is SSN, the primary key in PolicyInfo is Policy #. PolicyInfo also has SSN as one of the fields and it is linked to PersonalInfo with a one to many relationship as one person may have more than one (insurance) policy.
Now, I am trying to get users to enter the personal information on a person, then click a button to open up another form where they can enter the policy information for that person. How can I get the SSN field of the Policy Information form to automatically populate with the SSN of the Personal Information form? I can get it to work with an unbound text box, but I am wanting to save the record in the PolicyInfo table with that person's SSN.
Any suggestions? Let me know if I've explained it clearly enough.
Thanks.