srinika
September 20th, 2005, 03:52 PM
Hi All,
I have a table which has several fields which gives some values if queried. I need to combine the effect and show the results by a query.
Table fields and data are as follows:
StudentID Elementary Middle High
STD00012 False Y N
STD00117 True N N
STD00044 False Y N
STD00324 False N Y
I can't change the table structure
I Need the Output (of a query as follows)
STD00012 Middle
STD00117 Elementary
STD00044 Middle
STD00324 High
Thanks for any help
I have a table which has several fields which gives some values if queried. I need to combine the effect and show the results by a query.
Table fields and data are as follows:
StudentID Elementary Middle High
STD00012 False Y N
STD00117 True N N
STD00044 False Y N
STD00324 False N Y
I can't change the table structure
I Need the Output (of a query as follows)
STD00012 Middle
STD00117 Elementary
STD00044 Middle
STD00324 High
Thanks for any help