I use the following code clear a combo box and a text box. Problem is that it works great apart from when initialising the form on the First Question sometimes. Is there another method that may be more reliable?<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com
ffice
ffice" /><o
></o
>
Code:
Call Question_load
txtInput.Value = ""
[B]cmbOptions.Value = ""[/B] 'Fix to Clear Combo Box Prior to New Question Load
cmdNext.Enabled = (m_Response <> "")
CmdPrevQuestion.Enabled = True