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 » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Enabling a Combo Box Based on the Value of another Combo Box



 
 
Thread Tools Display Modes
  #1  
Old October 16th, 2008, 05:01 PM posted to microsoft.public.access.queries
R Tanner
external usenet poster
 
Posts: 128
Default Enabling a Combo Box Based on the Value of another Combo Box

Hi,

How would I enable a combo box ONLY based on the value of my current
combo box..?

Thanks
  #2  
Old October 16th, 2008, 05:18 PM posted to microsoft.public.access.queries
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Enabling a Combo Box Based on the Value of another Combo Box

How is this a ".queries" post? (this newsgroup supports questions about the
use of the feature in Access called "queries")

If you are asking a "forms" question, then open the form in design view, add
an event procedure to the first combobox's AfterUpdate event, and use
something like the Case statement to determine what was selected. Then
you'd use something like the following to enable combobox2:

Me!Combobox2.Enabled = True

Regards

Jeff Boyce
Microsoft Office/Access MVP

"R Tanner" wrote in message
...
Hi,

How would I enable a combo box ONLY based on the value of my current
combo box..?

Thanks



  #3  
Old October 16th, 2008, 05:40 PM posted to microsoft.public.access.queries
R Tanner
external usenet poster
 
Posts: 128
Default Enabling a Combo Box Based on the Value of another Combo Box

On Oct 16, 10:18*am, "Jeff Boyce" wrote:
How is this a ".queries" post? *(this newsgroup supports questions about the
use of the feature in Access called "queries")

If you are asking a "forms" question, then open the form in design view, add
an event procedure to the first combobox's AfterUpdate event, and use
something like the Case statement to determine what was selected. *Then
you'd use something like the following to enable combobox2:

* * Me!Combobox2.Enabled = True

Regards

Jeff Boyce
Microsoft Office/Access MVP

"R Tanner" wrote in message

...



Hi,


How would I enable a combo box ONLY based on the value of my current
combo box..?


Thanks- Hide quoted text -


- Show quoted text -


Perfect. It works wonderfully. Sorry about posting in the wrong
forum.
 




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 01:58 AM.


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