Then I dicovered that the following code no longer displays the text value, just the combo.value? My form displays what appears to be the "character" text value as expected.
Dim Priority As String = Me.cboPriorityCds.Text 'Now displays the Value.
Michael