I have a form for filling out client information that has a command button that opens up a spouse information form for that client. The data for both of these forms go to the same table, which is the "clients" table.
Since many client's spouses are also clients, it would save alot of time to be able to import a client as a spouse.
As an example, if Jane Doe and John Doe are both clients, and I have all of their information on their respective client forms filled out, when I'm in their spouse forms, I want to be able to click a button that presents me with a list of clients that i can import, linking c_fname, c_lname, c_ssn, etc. with c_spouse_fname, c_spouse_lname, c_spouse_ssn, etc. Remember, all of these fields are in the "clients" table.
Is there a way this can be done?
Thanks.
--Evan
Since many client's spouses are also clients, it would save alot of time to be able to import a client as a spouse.
As an example, if Jane Doe and John Doe are both clients, and I have all of their information on their respective client forms filled out, when I'm in their spouse forms, I want to be able to click a button that presents me with a list of clients that i can import, linking c_fname, c_lname, c_ssn, etc. with c_spouse_fname, c_spouse_lname, c_spouse_ssn, etc. Remember, all of these fields are in the "clients" table.
Is there a way this can be done?
Thanks.
--Evan