How to insert date by onchange event on Next field

Hi,

I am new to scriptcase small things become gigantic.

I have 2 fields in form IDSkill and other is ClassDate:

What I want to accomplish is

When IDSkill is updated or changed

than

Next field ClassDate should insert or updated to Current Date and time

Thanks.

Not sure if I understand you right. If the classdate should always be updated to the current date and time then you can set this in your edit fields section. You can supply this at insert and / or update level. If you want to changed this field visible then you need to apply an ajax javascript event on the field and update the next one in the event. You have onchange and onblur as event alternatives.