Combobox Columns

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

Guest

I'm having trouble with a multi-column combobox. I din't know why, it's
something I've done a million times before.

The control source is bound to the field I wish to update. Bound columns is
set to 1. Column count is set to 1, Widths 0cm;3cm. The Row Source is:

SELECT tblTaskType.TaskTypeID, tblTaskType.TaskTypeName FROM tblTaskType;

I've also tried SELECT DISTINCT, and tried with or without the tblTaskType
prefix. No selections are available in the combobox. What else can I check?

Thanks

Dave
 
Back
Top