G Guest Dec 13, 2005 #1 In TSO the comment indicator is '--' at the beginning of a line. Is there a way to add a comment line to the SQL view in Access?
In TSO the comment indicator is '--' at the beginning of a line. Is there a way to add a comment line to the SQL view in Access?
A Allen Browne Dec 13, 2005 #2 Unfortunately, no. The nearest thing is the Description property of the query, but that's not part of the SQL statement.
Unfortunately, no. The nearest thing is the Description property of the query, but that's not part of the SQL statement.
M Michel Walsh Dec 13, 2005 #3 Hi, It will be removed as soon as you will saved the query. Since Jet accepts only one statement, can't you use the Description property? Hoping it may help, Vanderghast, Access MVP
Hi, It will be removed as soon as you will saved the query. Since Jet accepts only one statement, can't you use the Description property? Hoping it may help, Vanderghast, Access MVP
V Van T. Dinh Dec 13, 2005 #4 I have used this but try Stephen Lebans' Web site: http://www.lebans.com/addsqlcomments.htm