ok this is my first post though i like to think i have learnt quite a bit from reading previous posts here.
I expect this is a foolish and simple question but i have found an answer yet. I have an imported table with a large number of records (20k) the problem being that a large number of the records contain identical data in most of the columns. When i break this table into smaller tables i am left with thousands of identical copies of the same data in a table.
My first thought was to use a query to find the new unique records from the thousands of duplicates and only add these to a table. This is where my problems begin as i can figure out how (or if you can) to add a refence to these now condenced and duplicate free records depending on what is there prior to removing the duplications
table1
uniqueData copies reference
1 A 1A
2 B 2B
3 B 2B
4 B 2B
table2
copies reference
A 1A
B 2B
basically i need help figuring out how to write an append query that will create the reference column in table1 when the data in the table1.copies column matches that in the table2.copies column.
Can it be automated in a query since i have thousands of records and doing it by hand would take more time than i have??
hope its clear as im a fool oh and im limited to using MS Access which can be a problem.
I expect this is a foolish and simple question but i have found an answer yet. I have an imported table with a large number of records (20k) the problem being that a large number of the records contain identical data in most of the columns. When i break this table into smaller tables i am left with thousands of identical copies of the same data in a table.
My first thought was to use a query to find the new unique records from the thousands of duplicates and only add these to a table. This is where my problems begin as i can figure out how (or if you can) to add a refence to these now condenced and duplicate free records depending on what is there prior to removing the duplications
table1
uniqueData copies reference
1 A 1A
2 B 2B
3 B 2B
4 B 2B
table2
copies reference
A 1A
B 2B
basically i need help figuring out how to write an append query that will create the reference column in table1 when the data in the table1.copies column matches that in the table2.copies column.
Can it be automated in a query since i have thousands of records and doing it by hand would take more time than i have??
hope its clear as im a fool oh and im limited to using MS Access which can be a problem.