Hi
I have a list of "clients" and a list of "tasks". When a new task is added I need to check through the tasks list for that client id and if the new task due date added is closer than the existing "soonest date" field in the client list, update "soonest date" to the newest date.
I understand how to update between the lists but I am not sure how to get it to compare the dates.
Thanks