PC Review


Reply
Thread Tools Rate Thread

Change Drop Down value

 
 
=?Utf-8?B?Si1MLVc=?=
Guest
Posts: n/a
 
      17th May 2005
Hi,
Is there any way I can have a drop down that submits a value for only one of
the selections?

I would like to use a Drop Down for a Yes/No question.
If the user selects No then the word "No" is entered.
BUT if the user selects "Yes" then nothing is written to that field.

Is this possible with a drop down?
Thank you,
Jeff
 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      17th May 2005
Use a check box.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"J-L-W" <(E-Mail Removed)> wrote in message
news:559EC4B9-D43C-452B-8314-(E-Mail Removed)...
> Hi,
> Is there any way I can have a drop down that submits a value for only one of
> the selections?
>
> I would like to use a Drop Down for a Yes/No question.
> If the user selects No then the word "No" is entered.
> BUT if the user selects "Yes" then nothing is written to that field.
>
> Is this possible with a drop down?
> Thank you,
> Jeff



 
Reply With Quote
 
=?Utf-8?B?Si1MLVc=?=
Guest
Posts: n/a
 
      18th May 2005
Thanks, but a check box can be overlooked or ignored.
I could use validation with a drop down.



"Thomas A. Rowe" wrote:

> Use a check box.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WebMaster Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "J-L-W" <(E-Mail Removed)> wrote in message
> news:559EC4B9-D43C-452B-8314-(E-Mail Removed)...
> > Hi,
> > Is there any way I can have a drop down that submits a value for only one of
> > the selections?
> >
> > I would like to use a Drop Down for a Yes/No question.
> > If the user selects No then the word "No" is entered.
> > BUT if the user selects "Yes" then nothing is written to that field.
> >
> > Is this possible with a drop down?
> > Thank you,
> > Jeff

>
>
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      18th May 2005
How about a text box, that requires YES to be typed in order to proceed?

You can use drop down, just set No to have no value, however you would need to have 3rd choice in
order to force the a selection in the drop down, like

Select = "" Set validation to disallow first choice.
Yes = Yes
No = " "

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"J-L-W" <(E-Mail Removed)> wrote in message
news:76D2404B-01C2-4E53-8B5B-(E-Mail Removed)...
> Thanks, but a check box can be overlooked or ignored.
> I could use validation with a drop down.
>
>
>
> "Thomas A. Rowe" wrote:
>
>> Use a check box.
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> WebMaster Resources(tm)
>> http://www.ycoln-resources.com
>> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "J-L-W" <(E-Mail Removed)> wrote in message
>> news:559EC4B9-D43C-452B-8314-(E-Mail Removed)...
>> > Hi,
>> > Is there any way I can have a drop down that submits a value for only one of
>> > the selections?
>> >
>> > I would like to use a Drop Down for a Yes/No question.
>> > If the user selects No then the word "No" is entered.
>> > BUT if the user selects "Yes" then nothing is written to that field.
>> >
>> > Is this possible with a drop down?
>> > Thank you,
>> > Jeff

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?Si1MLVc=?=
Guest
Posts: n/a
 
      18th May 2005
The drop down that you described is exactly what I would like. The problem
is, if I enter " " in the No field, then " " gets written into the database
field, quotation marks and all.
Is there any notation that will say don't write anything to the field? (a
Null character?)



"Thomas A. Rowe" wrote:

> How about a text box, that requires YES to be typed in order to proceed?
>
> You can use drop down, just set No to have no value, however you would need to have 3rd choice in
> order to force the a selection in the drop down, like
>
> Select = "" Set validation to disallow first choice.
> Yes = Yes
> No = " "
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WebMaster Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "J-L-W" <(E-Mail Removed)> wrote in message
> news:76D2404B-01C2-4E53-8B5B-(E-Mail Removed)...
> > Thanks, but a check box can be overlooked or ignored.
> > I could use validation with a drop down.
> >
> >
> >
> > "Thomas A. Rowe" wrote:
> >
> >> Use a check box.
> >>
> >> --
> >> ==============================================
> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
> >> WebMaster Resources(tm)
> >> http://www.ycoln-resources.com
> >> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> >> ==============================================
> >> If you feel your current issue is a results of installing
> >> a Service Pack or security update, please contact
> >> Microsoft Product Support Services:
> >> http://support.microsoft.com
> >> If the problem can be shown to have been caused by a
> >> security update, then there is usually no charge for the call.
> >> ==============================================
> >>
> >> "J-L-W" <(E-Mail Removed)> wrote in message
> >> news:559EC4B9-D43C-452B-8314-(E-Mail Removed)...
> >> > Hi,
> >> > Is there any way I can have a drop down that submits a value for only one of
> >> > the selections?
> >> >
> >> > I would like to use a Drop Down for a Yes/No question.
> >> > If the user selects No then the word "No" is entered.
> >> > BUT if the user selects "Yes" then nothing is written to that field.
> >> >
> >> > Is this possible with a drop down?
> >> > Thank you,
> >> > Jeff
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      18th May 2005
Then why not just write No to the database, then you can always code any output to not display No.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"J-L-W" <(E-Mail Removed)> wrote in message
news:3B444C3F-CFEE-4425-8D99-(E-Mail Removed)...
> The drop down that you described is exactly what I would like. The problem
> is, if I enter " " in the No field, then " " gets written into the database
> field, quotation marks and all.
> Is there any notation that will say don't write anything to the field? (a
> Null character?)
>
>
>
> "Thomas A. Rowe" wrote:
>
>> How about a text box, that requires YES to be typed in order to proceed?
>>
>> You can use drop down, just set No to have no value, however you would need to have 3rd choice in
>> order to force the a selection in the drop down, like
>>
>> Select = "" Set validation to disallow first choice.
>> Yes = Yes
>> No = " "
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> WebMaster Resources(tm)
>> http://www.ycoln-resources.com
>> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "J-L-W" <(E-Mail Removed)> wrote in message
>> news:76D2404B-01C2-4E53-8B5B-(E-Mail Removed)...
>> > Thanks, but a check box can be overlooked or ignored.
>> > I could use validation with a drop down.
>> >
>> >
>> >
>> > "Thomas A. Rowe" wrote:
>> >
>> >> Use a check box.
>> >>
>> >> --
>> >> ==============================================
>> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> >> WebMaster Resources(tm)
>> >> http://www.ycoln-resources.com
>> >> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>> >> ==============================================
>> >> If you feel your current issue is a results of installing
>> >> a Service Pack or security update, please contact
>> >> Microsoft Product Support Services:
>> >> http://support.microsoft.com
>> >> If the problem can be shown to have been caused by a
>> >> security update, then there is usually no charge for the call.
>> >> ==============================================
>> >>
>> >> "J-L-W" <(E-Mail Removed)> wrote in message
>> >> news:559EC4B9-D43C-452B-8314-(E-Mail Removed)...
>> >> > Hi,
>> >> > Is there any way I can have a drop down that submits a value for only one of
>> >> > the selections?
>> >> >
>> >> > I would like to use a Drop Down for a Yes/No question.
>> >> > If the user selects No then the word "No" is entered.
>> >> > BUT if the user selects "Yes" then nothing is written to that field.
>> >> >
>> >> > Is this possible with a drop down?
>> >> > Thank you,
>> >> > Jeff
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?Si1MLVc=?=
Guest
Posts: n/a
 
      20th May 2005
The way the system has been set up, I have to leave the field blank for one
response, and fill it in for the other. If the field is blank, the record
will be passed to the next level.

It sounds like there is no way to have one of the selections do nothing...
darn.
Thank you

"Thomas A. Rowe" wrote:

> Then why not just write No to the database, then you can always code any output to not display No.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WebMaster Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "J-L-W" <(E-Mail Removed)> wrote in message
> news:3B444C3F-CFEE-4425-8D99-(E-Mail Removed)...
> > The drop down that you described is exactly what I would like. The problem
> > is, if I enter " " in the No field, then " " gets written into the database
> > field, quotation marks and all.
> > Is there any notation that will say don't write anything to the field? (a
> > Null character?)
> >
> >
> >
> > "Thomas A. Rowe" wrote:
> >
> >> How about a text box, that requires YES to be typed in order to proceed?
> >>
> >> You can use drop down, just set No to have no value, however you would need to have 3rd choice in
> >> order to force the a selection in the drop down, like
> >>
> >> Select = "" Set validation to disallow first choice.
> >> Yes = Yes
> >> No = " "
> >>
> >> --
> >> ==============================================
> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
> >> WebMaster Resources(tm)
> >> http://www.ycoln-resources.com
> >> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> >> ==============================================
> >> If you feel your current issue is a results of installing
> >> a Service Pack or security update, please contact
> >> Microsoft Product Support Services:
> >> http://support.microsoft.com
> >> If the problem can be shown to have been caused by a
> >> security update, then there is usually no charge for the call.
> >> ==============================================
> >>
> >> "J-L-W" <(E-Mail Removed)> wrote in message
> >> news:76D2404B-01C2-4E53-8B5B-(E-Mail Removed)...
> >> > Thanks, but a check box can be overlooked or ignored.
> >> > I could use validation with a drop down.
> >> >
> >> >
> >> >
> >> > "Thomas A. Rowe" wrote:
> >> >
> >> >> Use a check box.
> >> >>
> >> >> --
> >> >> ==============================================
> >> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
> >> >> WebMaster Resources(tm)
> >> >> http://www.ycoln-resources.com
> >> >> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> >> >> ==============================================
> >> >> If you feel your current issue is a results of installing
> >> >> a Service Pack or security update, please contact
> >> >> Microsoft Product Support Services:
> >> >> http://support.microsoft.com
> >> >> If the problem can be shown to have been caused by a
> >> >> security update, then there is usually no charge for the call.
> >> >> ==============================================
> >> >>
> >> >> "J-L-W" <(E-Mail Removed)> wrote in message
> >> >> news:559EC4B9-D43C-452B-8314-(E-Mail Removed)...
> >> >> > Hi,
> >> >> > Is there any way I can have a drop down that submits a value for only one of
> >> >> > the selections?
> >> >> >
> >> >> > I would like to use a Drop Down for a Yes/No question.
> >> >> > If the user selects No then the word "No" is entered.
> >> >> > BUT if the user selects "Yes" then nothing is written to that field.
> >> >> >
> >> >> > Is this possible with a drop down?
> >> >> > Thank you,
> >> >> > Jeff
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
using a drop down box to change the value in another box OTWarrior via OfficeKB.com Microsoft Excel Programming 1 29th May 2007 06:07 PM
How do I change letters in a drop down box =?Utf-8?B?Q2hhbXBpb24=?= Microsoft Excel Worksheet Functions 1 1st May 2007 10:50 PM
Change size of drop-down box =?Utf-8?B?TWlzaGE=?= Microsoft Word Document Management 1 29th Mar 2007 03:50 AM
change info in other cells when i change a number in a drop list? =?Utf-8?B?bWFjYnI1NDk=?= Microsoft Excel Misc 2 11th Sep 2005 02:07 AM
Response of drop-down one change the options of drop-down two Mike Microsoft Frontpage 3 26th Jan 2004 10:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:21 PM.