K
Kevin_S
Alright, I haven't been using access that much over the last few years
and I need to hopefully find a fairly easy way to split a table into
two seperate tables. Trying to help out a local non-profit
organization.
This started as a old Paradox database which I converted to Access.
This data was from years ago, but is now going to be needed. The
biggest problem is the database is not normalized. They have one
table, and it should be at least two.
Basic Sample of fields:
pledgeID, fname, lname, address, phone, pledge desc, additional needed
fields regarding each pledge, etc.....
The problem is, some people have pledged 10 or more times... so we have
10 different records with their name and address there was a lot of
problems with data entry. I already had them go through it and fix all
the errors we could find (we needed to do a mailing from the database)
but I think we need to normalize this database for the future work I
will do on it (forms, reports, etc).
The table contains 1100 records. I figured the best way going forward
was to create a seperate table with the name, address, phone data, and
just create a key to be used back in the pledge table. But with 1100
records I need a fairly easy way to do it. We need to track the
individual pledges and keep data on it, but the multiple entries of
personal data is not good. They might as well have used a spreadsheet!
I'm assuming I need some combination of queries and creating an
autonumber or other key field. Help me out, I'm not used to going back
and fixing others work, the databases I create are normalized from the
start. It's been a few years since I've done a lot in access and I'm
just kinda drawing a blank on how to do this efficiently.
and I need to hopefully find a fairly easy way to split a table into
two seperate tables. Trying to help out a local non-profit
organization.
This started as a old Paradox database which I converted to Access.
This data was from years ago, but is now going to be needed. The
biggest problem is the database is not normalized. They have one
table, and it should be at least two.
Basic Sample of fields:
pledgeID, fname, lname, address, phone, pledge desc, additional needed
fields regarding each pledge, etc.....
The problem is, some people have pledged 10 or more times... so we have
10 different records with their name and address there was a lot of
problems with data entry. I already had them go through it and fix all
the errors we could find (we needed to do a mailing from the database)
but I think we need to normalize this database for the future work I
will do on it (forms, reports, etc).
The table contains 1100 records. I figured the best way going forward
was to create a seperate table with the name, address, phone data, and
just create a key to be used back in the pledge table. But with 1100
records I need a fairly easy way to do it. We need to track the
individual pledges and keep data on it, but the multiple entries of
personal data is not good. They might as well have used a spreadsheet!
I'm assuming I need some combination of queries and creating an
autonumber or other key field. Help me out, I'm not used to going back
and fixing others work, the databases I create are normalized from the
start. It's been a few years since I've done a lot in access and I'm
just kinda drawing a blank on how to do this efficiently.