Could it be that your text box and your drop down list are in different subforms....If so, instead of Textfield.presence=visible where Textfield is the name of your text box, you would have subform1.textfield.presence=visible where Subform1 is the name of the subform containing the text box...or sim...