Combo problem

  • Thread starter Thread starter Domac
  • Start date Start date
D

Domac

Hi,

I have a unbounded combo box that has defined simple group by query as row
source .

Problem is that in query designer I retreive 5 records , combo gives me
choice of them five , but no matter wich one I choose i allways selects the
first one .


Please help,
Domagoj
 
Do you have an ID field of any kind that is the same value for each of
your five rows? If it is, then that would be why the first value is
selected. You probably have the bound column set to 1, which would be
the ID. Change the bound column to 2 and the value you select should
appear in the box.

Hope that helps!
 

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

Back
Top