First off, thank you so much for posting this, and it appears this would work. I want something a little different however. I only want to disable save, if it changes from New to Extension. They could say, open a form that is already an extension and save it. But if they open it and it's new, and change it to extension, the save would be disabled. So is there a way to only trigger the save disabled event when ddlStatus value =new changes to ddlStatus value =extension?
Only on a change event if such a thing exists.
Thanks again!!!
PS: Since there are only the two options, a change event on that ddlStatus should do what I want. I just have no idea how to program that. Any takers?