when I see the code in the view designer it's different from the code showed when I script the view using "ALTER TO" new query editor. Just an example
In design mode:
SELECT * FROM products prd;
In new query editor:
SELECT * FROM products prd
INNER JOIN providers po ON prd_id=po.id
This seems too odd but its what I'm seeing (I thought that need new reading glasses).
Please someone has saw this?