Initialize an unbound combo box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form with several unbound controls on it that I want to reflect
either the current record's data or nothing (if a new record). I think I know
how to reflect the current data's record, but I do not know how to initialize
a combo box so that nothing shows as being selected. To what do I set it's
value property (-1?)?

Thanks in advance!
 
Back
Top