Getting Textbox to show value of hidden Listbox column

S

Spidey3721

Wondering what the simplest way is:

I want a textbox to show a value from a listbox that Is NOT the bound
column. Is the easiest way to use DLOOKUP ?
 
R

Rick Brandt

Spidey3721 said:
Wondering what the simplest way is:

I want a textbox to show a value from a listbox that Is NOT the bound
column. Is the easiest way to use DLOOKUP ?

If the TextBox is on the same form...

=ListBoxName.Column(n)

....where n is the zero based number of the column you want. Whether the
column is hidden or bound doesn't matter.
 

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

Top