L
LoveLee
I am trying to use the CREATE VIEW statement in SQL for Access 2002.
Here is what I am trying to RUN:
CREATE VIEW Spr02St AS SELECT stID, gTerm FROM Student, Grade WHERE
gTerm="Spring 2002" and gstid=stid GROUP BY stID, gTerm SELECT Count(*) AS
[Spr02 Student Total] FROM Spr02St;
When I press the RUN button I get this error message: "Syntax error in
Create Table statement"
Help!
Here is what I am trying to RUN:
CREATE VIEW Spr02St AS SELECT stID, gTerm FROM Student, Grade WHERE
gTerm="Spring 2002" and gstid=stid GROUP BY stID, gTerm SELECT Count(*) AS
[Spr02 Student Total] FROM Spr02St;
When I press the RUN button I get this error message: "Syntax error in
Create Table statement"
Help!