Hi there,
I hope someone can help me with my problem,
I have a database with about on average 30,000 records in, and most of them are duplicates, however the duplicates are required for the work we do, as each represents a different payment, but only 1 action is required.
What I need is a button than you can press and it will go through the entire recordset and will update all the duplicate records and then at the end it will show the amount of unique duplicates updated.
Heres an example of the records in data view:
MPAN | Advisor | Date | Action
--------------------------------------------------------
123456789010 | Bc | 24/09/07 | Cleared rec
123456789010
123456789010
554444444444
554444444444 | TH | 04/09/07 | Unworked
(" | " indicates field)
What I need is for it to start with the first MPAN, update the fields, then move onto the next unique mpan and do the same, and so on.
Thank you,
Brendan
I hope someone can help me with my problem,
I have a database with about on average 30,000 records in, and most of them are duplicates, however the duplicates are required for the work we do, as each represents a different payment, but only 1 action is required.
What I need is a button than you can press and it will go through the entire recordset and will update all the duplicate records and then at the end it will show the amount of unique duplicates updated.
Heres an example of the records in data view:
MPAN | Advisor | Date | Action
--------------------------------------------------------
123456789010 | Bc | 24/09/07 | Cleared rec
123456789010
123456789010
554444444444
554444444444 | TH | 04/09/07 | Unworked
(" | " indicates field)
What I need is for it to start with the first MPAN, update the fields, then move onto the next unique mpan and do the same, and so on.
Thank you,
Brendan
Comment