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?
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?