R
Rob
Hi,
I have a series of table containing data over the past 2 years I am
analyzing with the table analyzer and I am dividing it up and I have
one question. We have a column called 'Issues' and that has a series
of specific issues that are selected from a drop down (or were - all
of this data is being migrated from excel - about 3500 records). The
thing is, the options in that drop down have changed over the past 2
years. The same options that were there 2 years ago are no longer an
option to select as an issue - in fact there are over 300 different types of
issues but we currently only choose from a list of 10. So, if I create a
relationship and
split this into two different tables, and I enforce referential
integrity, it would delete any fields that do not have a reference to
the parent table - my 'issues' table.
Is that correct? What would you recommend if you were dividing up
this table? Maybe I should just not enfore referential integrity when I am
defining the relationships and just allow the drop down menu for current
records to only select specific values from the parent Issues table. I just
want to make sure I am doing this right..
I have a series of table containing data over the past 2 years I am
analyzing with the table analyzer and I am dividing it up and I have
one question. We have a column called 'Issues' and that has a series
of specific issues that are selected from a drop down (or were - all
of this data is being migrated from excel - about 3500 records). The
thing is, the options in that drop down have changed over the past 2
years. The same options that were there 2 years ago are no longer an
option to select as an issue - in fact there are over 300 different types of
issues but we currently only choose from a list of 10. So, if I create a
relationship and
split this into two different tables, and I enforce referential
integrity, it would delete any fields that do not have a reference to
the parent table - my 'issues' table.
Is that correct? What would you recommend if you were dividing up
this table? Maybe I should just not enfore referential integrity when I am
defining the relationships and just allow the drop down menu for current
records to only select specific values from the parent Issues table. I just
want to make sure I am doing this right..