A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Combo box not displaying many columns



 
 
Thread Tools Display Modes
  #1  
Old July 28th, 2009, 06:00 PM posted to microsoft.public.access.gettingstarted
Beth McLaren
external usenet poster
 
Posts: 17
Default Combo box not displaying many columns

How do I take my form that contains numerous combo boxes and make it such
that you can select a selection from the combo and make it show all columns?
Is this possible? How do you also make the combo box larger to see all
columns to make a section?
Thanks!
Beth


  #2  
Old July 28th, 2009, 06:53 PM posted to microsoft.public.access.gettingstarted
Steve[_72_]
external usenet poster
 
Posts: 190
Default Combo box not displaying many columns

Select the combobox and open properties. Go to the Fornmat tab. Set Column
Count to the nimber of columns you want to display in the drop-down list.
Then in the Column Width property, you need the same number of widths as
what you set Column Count to.

Why do you want to display all the columns? That is not typical of how a
combobox is set up.

Steve



"Beth McLaren" wrote in message
...
How do I take my form that contains numerous combo boxes and make it such
that you can select a selection from the combo and make it show all
columns?
Is this possible? How do you also make the combo box larger to see all
columns to make a section?
Thanks!
Beth




  #3  
Old July 28th, 2009, 08:35 PM posted to microsoft.public.access.gettingstarted
John Spencer
external usenet poster
 
Posts: 7,815
Default Combo box not displaying many columns

If you mean you want the combobox to display all the columns after you have
selected an item and moved off the combobox, then you cannot do this.

You can concatenate (add together) all the columns and have that displayed
OR
you can add textbox controls to the form and have them show the value of the
various columns by setting each control's source to something like
=[NameOfCombobox].Column(1)
Where the number one is the column position of the column you want to display
a value from. The number is one less than the column because the columns
numbers are zero-based. That is the first column is numbered 0, the second
column 1, etc.

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

Beth McLaren wrote:
How do I take my form that contains numerous combo boxes and make it such
that you can select a selection from the combo and make it show all columns?
Is this possible? How do you also make the combo box larger to see all
columns to make a section?
Thanks!
Beth


  #4  
Old July 28th, 2009, 11:38 PM posted to microsoft.public.access.gettingstarted
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Combo box not displaying many columns

Beth

An example would help us visualize your situation.

Otherwise, it's tough to tell whether making it "show all columns" is just
another way of saying "show me the record"...

Regards

Jeff Boyce
Microsoft Office/Access MVP

"Beth McLaren" wrote in message
...
How do I take my form that contains numerous combo boxes and make it such
that you can select a selection from the combo and make it show all
columns?
Is this possible? How do you also make the combo box larger to see all
columns to make a section?
Thanks!
Beth




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:51 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.