Combo Box Doesn't Work After Conversion

V

Vambo

I'm currently converting some '97 db's to 2003, a combo box on one of the
forms which allows users to pick the financial period (1-12) no longer works.
The dropdown list (populated from a table) is still there, but clicking on a
period has no effect, the default (current period -1) refuses to change.

Any ideas much appreciated.

Thanks

V
 
V

Vambo

Hi again NT, it's unbound, the value entered is then passed as a control to a
subsequent form. I'm considering not requesting the value until we get to the
2nd form, but it's not so elegant and the users are used to the current
method, and you know how hard it is to re-train 'em !!!!
 
N

NetworkTrade

a combobox/listbox always has a bound value; when one selects a record
within the combo/list - there may display several columns of info to help the
user select the correct record. but once the user selects one record - only
one of the fields becomes the bound value of this control......and often it
is not a field that is displayed to the user.

the fact that you have deleted and remade the combo/list box - - and it is
still not working for you, makes me think that you are not working with the
expected/correct bound value....

it is the bound value that would be passed to another control/form...
 

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

Cascading Combo Boxes in Main Form 8
Two Combo Boxes from the same table 4
Combo box help please 5
Combo box query 2
Problem With Combo Boxes 3
Update Text Box 3
Combo Box Fun 7
Combo box default 2

Top