
Originally Posted by
Robeen
You could try using the 'default Value' property of the combo boxes . . . however, you can only put "Please Select" in them if the data they are supposed to display is text data type.
If the combo boxes are for Dates or Numeric . . . you'll get an error in it when the Form Loads.
I remember in a VB.Net project putting the value that I wanted showing on top - in the table itself . . .
Again . . . that is only an option if the data type of the data that the combo box will allow text.
Or . . . you could have Labels above the boxes that say "Please Select" . . . ???