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
>>
>>
>>