Dec 16, 2003 #1 albin1e4 IS-IT--Management Nov 21, 2002 7 US Is there a way to comment out Jet SQL statements in Access? I have tried /* -- and others with no success. Brian
Is there a way to comment out Jet SQL statements in Access? I have tried /* -- and others with no success. Brian
Dec 16, 2003 #2 Golom Programmer Sep 1, 2003 5,595 CA Although the ANSI standard for SQL supports "--" as a comment, JET does not. There is no way to include comments in JET SQL. Upvote 0 Downvote
Although the ANSI standard for SQL supports "--" as a comment, JET does not. There is no way to include comments in JET SQL.