Hi,
Can you help. I currently have two tables one that I need to update and has 4000 records and another table with 60 records that has data I need to update the first table.
I currently loop thu the first table and dlookup on the second and if found update the record. To do this I need to loop thu all 4000 records to make it work.
I thought is there a way of looping thu the second table, locate that record in the first and update it. This way I only need to loop 60 records instead of 4000.
Any code would be handy
Cheers
Peter
Can you help. I currently have two tables one that I need to update and has 4000 records and another table with 60 records that has data I need to update the first table.
I currently loop thu the first table and dlookup on the second and if found update the record. To do this I need to loop thu all 4000 records to make it work.
I thought is there a way of looping thu the second table, locate that record in the first and update it. This way I only need to loop 60 records instead of 4000.
Any code would be handy
Cheers
Peter