tblair23221
MIS
Does any version on MS Access support the use of the "CREATE VIEW" SQL statement. From what I have read on various MS websites it is supported via MS Jet 4.0 but whenever I try to run a statement such as:
CREATE VIEW vPeopleTN AS SELECT * FROM People WHERE STATE = "TN";
I get an error stating "Syntax error in CREATE TABLE statement. Does Access only allow you to create a VIEW if you are using an Access Project (connecting to a SQL Server DB). Thanks for any help.
CREATE VIEW vPeopleTN AS SELECT * FROM People WHERE STATE = "TN";
I get an error stating "Syntax error in CREATE TABLE statement. Does Access only allow you to create a VIEW if you are using an Access Project (connecting to a SQL Server DB). Thanks for any help.