Dropdown List....

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm an Access Programmer.

How can I see "2 columns" of info in Excel like an Access dropdown..IE..

1 Apples
2 Bananas
3 Oranges

....which in Access comes from a SQL.

TIA - Bob
 
If you mean a data validation dropdown, you can use a worksheet formula
to combine the values in two columns, then show the combined values in
the data validation list. There's an example on the following page:

http://www.contextures.com/excelfiles.html

Under Data Validation, look for "Data Validation Columns"
 
Debra - Ah Yes...simple String concatenation.
WORKS like a Champ.

Thank you - Bob
 

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