Hi guys,

I need to log each change made to a field by a user. Fields such as Firstname,ID Number and so forth.

What would be the easiest way to accomplish this. I was thinking of having two UDT's. In the first UDT I would store all the information on the form load. In the second UDT I would store the information once the user clicks save, and the I would compare the corresponding values of both UDT's and log the changed ones.

Am I on the right track here. I'd love to get your opinions.

Regards,
Nitesh