Forms - combo/ drop down text box

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi All,

I wanted to use the combo/drop down text box to display
the fields from query. How can I program the combo/drop
down box to list the following:

User
Information
Favorite

Thanks for the help.....

Mike
 
Hi Mike,

My name is Dennis Schmidt. Thank you for using the Microsoft Newsgroups.

If you're trying to program the combobox to list the items the way that you
have them in your post, you can't. Comboboxes list records as rows just as
you would see in a query or table.

It would list the record like this:

User Information Favorite

But NOT like this:

User
Information
Favorite


I hope this helps! If you have additional questions on this topic, please
reply to this posting.

Need quick answers to questions like these? The Microsoft Knowledge Base
provides a wealth of information that you can use to troubleshoot a problem
or answer a question! It's located at
http://support.microsoft.com/support/c.asp?M=F>.

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.

Regards,
Dennis Schmidt
Microsoft Support
 
Back
Top