Sortin in a combo box

  • Thread starter Thread starter Damien McBain
  • Start date Start date
D

Damien McBain

Hi ya'll, a little help if you please.

I have a field in a table whose default control is a combo box with a row
source table which has 3 columns (fields). I store the value from the first
(bound) column, don't want to display the second one and choose a value from
the third. I want to sort by the second (hidden) column. The row source
table is sorted by that (second) field but the combo box always sorts by the
bound (first) column.

How can I achieve what I want here?

TIA

Damo
 
Damien said:
Hi ya'll, a little help if you please.

I have a field in a table whose default control is a combo box with a
row source table which has 3 columns (fields). I store the value from
the first (bound) column, don't want to display the second one and
choose a value from the third. I want to sort by the second (hidden)
column. The row source table is sorted by that (second) field but the
combo box always sorts by the bound (first) column.

How can I achieve what I want here?

TIA

Damo

Got it, use a select query as the row source. Thanks Google.
 

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

Similar Threads


Back
Top