Hi, I am hoping that someone can help.
I am trying to validate and compaire date entries made by a user.
The dates represent contract start and end dates. This has a one to many relation ship with a client table. A client can have one or more contracts.
However the contracts must not over lap. I have got the basic framework for my validation, however I need to compaire the start date of a new contract to the end date of the previouse.
I have tried determining the end date using the binding source, but all i get is the underlying data table.
please can anyone point me in the right direction.