Default value to unbound combo box

  • Thread starter Thread starter Opal
  • Start date Start date
O

Opal

I can't seem to set the default value on
my unbound combo box.

The row source is:

SELECT LineDesignation.DesignationID,
LineDesignation.LineDesignation
FROM LineDesignation;

I have tried the following under default
value [cboLineDesignation].ItemData(2)
but I get nowhere.

Can anyone help?
 
Back
Top