Sure. You can reference a VIEW in an SQL statement just as you can reference
a table.
SELECT Col1, Col2, Col19 FROM MyView WHERE X=Y
hth
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP www.betav.com/blog/billva www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________