combo box in inputbox

J

John Spencer

No. If you want to use a combobox or listbox you will need to build a form
and call it.

Open the form in DIALOG mode so you can stop code processing. Do not close
the form when you are finished, but set its visible property to FALSE which
will the resume running the calling code. You can grab the value from the
form and then close the form in the calling code.

John Spencer
Access MVP 2002-2005, 2007-2010
The Hilltop Institute
University of Maryland Baltimore County
 

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