Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unbound combobox on subform

Status
Not open for further replies.

ytakbob

Programmer
Jul 20, 2000
105
US
I would like to capture the value the user selects when the combobox displays a list of values. THe rowsource is an sql.
Yet when I select a row the value , "combo35.value" is null in the mousedown event.

ANy ideas or knowledge of limitations of a combobox on a subform or anythinig I might try ?

Thanks ahead
Bob Schmid
bob_schmid@hmis.org
330-746-1010 ext. 1347
 
You can refer to the value they select like so:

savearea = me!combo35.column(0) if you want the first column in the combo box (in case you have multiple columns)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top