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 » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

combobox display item when not in list



 
 
Thread Tools Display Modes
  #1  
Old November 2nd, 2009, 03:33 PM posted to microsoft.public.access.forms
Nick X
external usenet poster
 
Posts: 66
Default combobox display item when not in list

Hi all,
I have an application where combo boxes are filtered by groups (I have a
Group table and also a Level table). I also have a check box (yes/no field)
for Shared Project. For shared projects I need to display the item that is
in the combobox field.

Any suggestions would be appreciated.
Thanks,
Nick
  #2  
Old November 3rd, 2009, 09:18 PM posted to microsoft.public.access.forms
Jeanette Cunningham
external usenet poster
 
Posts: 2,190
Default combobox display item when not in list

Hi Nick,
you can use an unbound textbox.
Set its Control Source to
=[NameOfCombo].Column(1)
to get the name displayed in the combo if the combo's first column is
hidden.

Combos columns start numbering at 0. The first column is Column(0), the
second column is Column(1) and so on.



Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia

"Nick X" Nicknnator (no) @ (spam) aol.123com wrote in message
news
Hi all,
I have an application where combo boxes are filtered by groups (I have a
Group table and also a Level table). I also have a check box (yes/no
field)
for Shared Project. For shared projects I need to display the item that
is
in the combobox field.

Any suggestions would be appreciated.
Thanks,
Nick



 




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 07:41 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.