Frustrated888
Technical User
Dear All,
Please be kind to a newbie.
I am importing an Excel spreadsheet into Access and am having trouble thinking outside the box.
My spreadsheet currently has multiple entries for 160 clients. These include referral information and date, screener results, assessment status, assessed barriers, various types of client contacts during a four-month period, treatment status, discharge status, and reason for discharge. Currently there are about 125 fields in all.
I can easily divide the fields into logical tables but the only primary key that makes sense to me for each table is a combination of the client's social security number and date of screener.
I currently have one "main table" that has the client's name, social security number and screening data along with some other information related to the referral. I have all other tables linked to this main table and all have referential integrity enforced and allow for cascading updates.
My problem concerns adding new clients to the main table. I need to have new records added to all other tables so that I don't need to input the social security number into each table. My current solution doesn't produce this, I only appear capable of automatically adding records to a second table if that table is the only table linked to my main table.
Can someone please point me in the right direction?
Thanks in advance for any help.
Frustrated888
Please be kind to a newbie.
I am importing an Excel spreadsheet into Access and am having trouble thinking outside the box.
My spreadsheet currently has multiple entries for 160 clients. These include referral information and date, screener results, assessment status, assessed barriers, various types of client contacts during a four-month period, treatment status, discharge status, and reason for discharge. Currently there are about 125 fields in all.
I can easily divide the fields into logical tables but the only primary key that makes sense to me for each table is a combination of the client's social security number and date of screener.
I currently have one "main table" that has the client's name, social security number and screening data along with some other information related to the referral. I have all other tables linked to this main table and all have referential integrity enforced and allow for cascading updates.
My problem concerns adding new clients to the main table. I need to have new records added to all other tables so that I don't need to input the social security number into each table. My current solution doesn't produce this, I only appear capable of automatically adding records to a second table if that table is the only table linked to my main table.
Can someone please point me in the right direction?
Thanks in advance for any help.
Frustrated888