S
SandyR
I have an Access database that I inherited. I have designed a normalized
data base using that data, and created the tables and relationships. I
don't know how to actually migrate the data from the old table to the new
ones. There are some fields in the old one that need to become repeated
records in the new one (eg. old fld1,fld2,fld3,fld4 need to become new
record1 fld1, fld2, record2 fld1, fld2). There are some single fields in
the new tables that need to be created based on the value of several fields
in the old table (eg. new flag1 is true if the value of old fld1 is null and
the value of old fld2 is non-null, with old.fld1 not existing in the new
database), and many of the field names are changed.
What would be the best way to achieve this? Can I use queries? (if so,
could someone show me an example of what such a query might look like? Or
should I run reports on the old table that create ascii files that I import
into the new ones? Is there some other way that I haven't figured out yet?
(Obviously I am fairly new to Access).
data base using that data, and created the tables and relationships. I
don't know how to actually migrate the data from the old table to the new
ones. There are some fields in the old one that need to become repeated
records in the new one (eg. old fld1,fld2,fld3,fld4 need to become new
record1 fld1, fld2, record2 fld1, fld2). There are some single fields in
the new tables that need to be created based on the value of several fields
in the old table (eg. new flag1 is true if the value of old fld1 is null and
the value of old fld2 is non-null, with old.fld1 not existing in the new
database), and many of the field names are changed.
What would be the best way to achieve this? Can I use queries? (if so,
could someone show me an example of what such a query might look like? Or
should I run reports on the old table that create ascii files that I import
into the new ones? Is there some other way that I haven't figured out yet?
(Obviously I am fairly new to Access).