I am developing a database which tracks Victims and Offenders. The original data is in Excel and I want to convert it to Access. The existing data in Excel has a column for the family's last name (ie. SMITH), the next column has the first child in the family's name (ie. Jennifer), the third column has the second child's name (ie. John), etc. There can be up to a dozen first name columns, depending on how many children this family has had. On the same row you have the Offender's Last Name and First Name (in separate columns). This is followed by the Actual victim from that family. See example below:
SMITH Jennifer John ACOBY Melvin SMITH John
If there is more than one offender who has offended against this family there would be a duplicate Row with a different offender and possibly a different victim name at the end. Also, If one offender has offended against say both John and Jennifer they both of their names would appear at the end of that row.
In the database that I have created, there are 4 tables, Family, Children, Offenders, Offenses. Each tracks the pertinent information. My problem is that when I try to import the document I need to have each child on their on line with their own ID number, but the same FamilyID number. How can I do this? There are over 4000 entries, so doing this manually would be very unpleasant. If anyone can help I would really appreciate it. Someone mentioned a "thinking macro" but that's out of my league. Thanks.
Sherry
SMITH Jennifer John ACOBY Melvin SMITH John
If there is more than one offender who has offended against this family there would be a duplicate Row with a different offender and possibly a different victim name at the end. Also, If one offender has offended against say both John and Jennifer they both of their names would appear at the end of that row.
In the database that I have created, there are 4 tables, Family, Children, Offenders, Offenses. Each tracks the pertinent information. My problem is that when I try to import the document I need to have each child on their on line with their own ID number, but the same FamilyID number. How can I do this? There are over 4000 entries, so doing this manually would be very unpleasant. If anyone can help I would really appreciate it. Someone mentioned a "thinking macro" but that's out of my league. Thanks.
Sherry