Default value to unbound combo box

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top