Hi Hilary,
No, I do not want to create/clear the options a user can select from the drop down.
With regards to the suggestion in your first paragraph, how would I set the value to blank? The code I plan to use to programmatically reset the list box control is listed below, but I don't know how to complete it:
XPathNavigator vehicleType = this.MainDataSource.CreateNavigator().SelectSingleNode("//my:myFields/my:CrewRotationPreview/my:CRD_TransportVehicleType", this.NamespaceManager);
vehicleType.SetValue(<What goes here?>);
Thanks,
~W