I have a 4-digit field that the user must fill in. When the field is filled, I need a drop-down list display. What event do I use for the script on the 4-digit field? I have gotten the script to work on radio buttons and check box, but am having trouble with this new situation.
Thank you. In the meantime, I discovered that the numeric field was on page1 and the drop-down list was on page2. When I specifically included the page designation in the names, it worked. Therefore, it was the script or the event that was the problem.