Hi,
Can anyone help with VBA code for the following please. I am wanting to Cluster together separate Request Events that occur for the same Client, within a short
timespan, into one combined Request Event to avoid over-counting Request activity.
As per the example below. What i need to do is have access combine the first two event start dates as they occur within 4 days but only keep the earliest by client id. This would be from a huge list of client id's and dates.
Not even sure if access can do it.
Data looks like this for example
Person id Event Start
1 01/04/2024
1 03/04/2024
1 16/04/2024
Can anyone help with VBA code for the following please. I am wanting to Cluster together separate Request Events that occur for the same Client, within a short
timespan, into one combined Request Event to avoid over-counting Request activity.
As per the example below. What i need to do is have access combine the first two event start dates as they occur within 4 days but only keep the earliest by client id. This would be from a huge list of client id's and dates.
Not even sure if access can do it.
Data looks like this for example
Person id Event Start
1 01/04/2024
1 03/04/2024
1 16/04/2024