strSQL =selecting information from combo box

  • Thread starter Thread starter cyndithomas via AccessMonster.com
  • Start date Start date
C

cyndithomas via AccessMonster.com

User will select preset information from a combo box which will provide the
correct data using a record source query.
 
User will select preset information from a combo box which will provide the
correct data using a record source query.

Is there a question here?
 
Unless the original poster is unaware that the ComboBox value will return
the selected value:


Me.ComboBoxName.Value


and if the combobox list has many columns, then



Me.ComboBoxName.Columns( index_0_based )

will return the specified column of the selected row.



Vanderghast, Access MVP
 
cyndithomas said:
User will select preset information from a combo box which will provide the
correct data using a record source query.


Hello All:

thank you for replying to my questions...but the issue was resolved. Sorry
for the incomplete Question
 
Hello All:

thank you for replying to my questions...but the issue was resolved. Sorry
for the incomplete Question
 

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