Michael,
I'm not 100% sure why your query can't find the Y. Alternately you can
query for 'Radio Button' = 0, if "Y" is your first entry.
Radio buttons/ selection fields are zero indexed integers stored in the
database.
 
So in your case "Y" =0 and "N" = 1
As for Check Boxes, boy where they ever a disappointment.
Check boxes are also stored as integers but you get NULL or 0, that's
unchecked or checked, respectively.
If you want many values as check boxes you need to create as many fields
as values that you need.
They haven't come up with grouping preference or better yet a binary
coded parameter so you only make one field and each checkbox has it's
own 'weight'.
HTH,
 

John J. Reiser
Software Development Analyst
Remedy Administrator/Developer
Lockheed Martin - MS2
The star that burns twice as bright burns half as long.
Pay close attention and be illuminated by its brilliance. - paraphrased
by me



 

________________________________

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Cupp, Michael E Jr. CTR USAF
AFRL/SNOD
Sent: Thursday, April 19, 2007 4:30 PM
To: [email protected]
Subject: Values of Radio Button Selections?
Importance: High


** 
This is very basic, but it's not evident to me.
 
I have created a Radio Button Field.  I have 2 values Y and N (I'd like
a checkbox, but can't get that to work either).
 
When I want to select based on Y values, I get no results when I say
'Radio Button' = "Y"
 
How can I create a Menu that finds only records where the Y Radio Button
is selected?  Alternatively, how can I use a Checkbox and only return
values where the CB is checked?
 
 
Thanks!
Michael
__20060125_______________________This posting was submitted with HTML in
it___ 

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to