I have a form in which the user makes a selection from a combo box.
This combo box is not bound to any fields in any table in the data
environment.
After the user saves the data and when I call Thisform.refresh - the
combo box still remains 'positioned' at the last value that the user
selected.
What method should I call to 'refresh' the combo box so that it shows
up with the first item in the list without the user having to do so.
Shah