Combobox Columns

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
 

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