SherryLynn
Technical User
Hello all,
It's been awhile since I have been here. I am in the process of creating a new DB on information that is coming from Excel. The data is getting converted over to Access permanently. I work for a child protection agency with children who go in and out of foster care. Currently there is an Excel document set up to track the foster family and the placements coming and going there, when the child is placed, by who, when they leave and why, etc. In the current set up the Excel document has multiple (duplicate) entries of both the foster families and the children (ie. the foster family takes in a number of different children, and a child could have been placed in several different foster homes). You see my dilemma and great need to move this antiquated system over. Anyway, it looks something like thisthis would be one row)
POS Home Address ChildPlaced DOB
SMITH Jane John 123 First St. JONES, Susy 3/12/99
Placed Discharged Reason Closed
2/15/05 12/1/05 Returned home 12/12/05
Now, if Susy and two of her siblings, Kyle and Tammy are placed at the same time, then three rows are created. The foster parents info is the same, but the child info changes (ie. their name, dob, discharge date, etc.). There are many other columns in the document, so this is a sampling of the information.
My question is - how can I split the tables so that I have a Foster Parent table with their identifying information and a unique ID (and only one record of them), a Child Table with their unique information and ID, and a Placement Table which I guess would link the two? And, am I on the right track? I am not really experienced with the Union queries, etc., which I am thinking I might need. Any help is most appreciated!
Sherry
It's been awhile since I have been here. I am in the process of creating a new DB on information that is coming from Excel. The data is getting converted over to Access permanently. I work for a child protection agency with children who go in and out of foster care. Currently there is an Excel document set up to track the foster family and the placements coming and going there, when the child is placed, by who, when they leave and why, etc. In the current set up the Excel document has multiple (duplicate) entries of both the foster families and the children (ie. the foster family takes in a number of different children, and a child could have been placed in several different foster homes). You see my dilemma and great need to move this antiquated system over. Anyway, it looks something like thisthis would be one row)
POS Home Address ChildPlaced DOB
SMITH Jane John 123 First St. JONES, Susy 3/12/99
Placed Discharged Reason Closed
2/15/05 12/1/05 Returned home 12/12/05
Now, if Susy and two of her siblings, Kyle and Tammy are placed at the same time, then three rows are created. The foster parents info is the same, but the child info changes (ie. their name, dob, discharge date, etc.). There are many other columns in the document, so this is a sampling of the information.
My question is - how can I split the tables so that I have a Foster Parent table with their identifying information and a unique ID (and only one record of them), a Child Table with their unique information and ID, and a Placement Table which I guess would link the two? And, am I on the right track? I am not really experienced with the Union queries, etc., which I am thinking I might need. Any help is most appreciated!
Sherry