Combo box problem

L

LAS

I have added two combo boxes to an old, working window. The window has a
bunch of command buttons, which continue to work fine. When I click the
arrow to dropdown the list in the combo box, that works fine, but when I
click on an item nothing happens. It doesn't load into the combo box field.
What might be controlling this? I've never bumped into it before.

TIA
LAS
 
L

LAS

My column count is 2 and the widths are 0;1. The bound column is 1. I
changed the widths to 1;1 just for diagnostic reasons. It so happens that
columns 1 and 2 contain the same data.

But I should have been clearer. When I click on the list it doesn't close.
It "feels like" I didn't click at all. So it's not as if it's just loading
something that happens not to be visible in the field.
 
J

John W. Vinson

I got it. The form was set to NO Data Entry and NO Edit (what's the
difference?)

Data Entry should be NO: if it is Yes, then the form will let you add new
records but it will *not* display any existing records (except those added
during this opening of the form).

Allow Edits should be Yes if you want to be able to edit data in the table,
e.g. by selecting a value from the combo box (and storing that selection in
the table). If it is NO then this will be a read-only form and selecting a
combo box won't change anything.
--

John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:
http://social.msdn.microsoft.com/Forums/en-US/accessdev/
http://social.answers.microsoft.com/Forums/en-US/addbuz/
and see also http://www.utteraccess.com
 

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


Top