Basically, I want to use this ^ .
I have a load of tables with primary key fields and then a table with just the appropriate foreign keys (we'll call this the f table). I have all the table links set up to Enforce Referential Integrity.
When I import the data i need into the f table a warning comes up.
It basically says 200 records will be "Lost" as they dont relate to the primary key tables.
Now i dont mind this as I know some of the data is bad and needs ammending ('??' or 'UNKNOWN' etc. in some fields).
THE PROBLEM i have is: Is there anyway to see this "lost" data after the import so that i can easily go through it as a block correcting the irregularities? it seems to me this "lost" data in has actually been deleted- is there anyway of retrieving it?
Ideally id like it to be able to export this "lost" data into a new table, spreadsheet (or anything else!) so i can sit down and go through it all as a block.
I know i could go through, editing the original data before importing but this will be a needle and haystack situation so i'd like to avoid at all costs!
Can anyone suggest any advice on approaching this problem?
Thanks very much!
Jim.
I have a load of tables with primary key fields and then a table with just the appropriate foreign keys (we'll call this the f table). I have all the table links set up to Enforce Referential Integrity.
When I import the data i need into the f table a warning comes up.
It basically says 200 records will be "Lost" as they dont relate to the primary key tables.
Now i dont mind this as I know some of the data is bad and needs ammending ('??' or 'UNKNOWN' etc. in some fields).
THE PROBLEM i have is: Is there anyway to see this "lost" data after the import so that i can easily go through it as a block correcting the irregularities? it seems to me this "lost" data in has actually been deleted- is there anyway of retrieving it?
Ideally id like it to be able to export this "lost" data into a new table, spreadsheet (or anything else!) so i can sit down and go through it all as a block.
I know i could go through, editing the original data before importing but this will be a needle and haystack situation so i'd like to avoid at all costs!
Can anyone suggest any advice on approaching this problem?
Thanks very much!
Jim.