Sausagefingers
Registered User.
- Local time
- Today, 15:48
- Joined
- Dec 14, 2006
- Messages
- 51
Hi,
New here, first post! I need to find a way using a module/VBA or even a macro which will 'flag' duplicates in a sequence of numbers. For example, I have a list of delivery destinations in a table. Each delivery is unique but some share the same destination. Because of this they are assigned the same number (delivery sequence): 1,2,3,4,5,5,6,7,8,9,10. This allows me to identify that 2 unique deliveries share the same ETA (exampled by the duplicate number 5 above).
Delivery 5 needs to be treated as one destination, although there are actually 2 deliveries.
How will a module to recognize the duplicate entries and inform the database user that ETA is only required for one delivery and not two? Using Access 2000.
Thanks for any help you can offer.
New here, first post! I need to find a way using a module/VBA or even a macro which will 'flag' duplicates in a sequence of numbers. For example, I have a list of delivery destinations in a table. Each delivery is unique but some share the same destination. Because of this they are assigned the same number (delivery sequence): 1,2,3,4,5,5,6,7,8,9,10. This allows me to identify that 2 unique deliveries share the same ETA (exampled by the duplicate number 5 above).
Delivery 5 needs to be treated as one destination, although there are actually 2 deliveries.
How will a module to recognize the duplicate entries and inform the database user that ETA is only required for one delivery and not two? Using Access 2000.
Thanks for any help you can offer.