Forum: MS Access and FileMaker Pro Sep 16th, 2008 |
| Replies: 1 Views: 1,945 I am trying to work on VIEW command of SQL. Whenever I write the SQL as
CREATE VIEW PartOrder AS
SELECT PartNum, NumOrdered, price
FROM part;
I get an error message "Syntax error in CREATE... |