E Ed Metcalfe Dec 1, 2007 #2 Daryl said: Is there a way to write comments in a query? Click to expand... I don't think there is any way of doing this in Access SQL. You can in other flavours of SQL. Ed Metcalfe.
Daryl said: Is there a way to write comments in a query? Click to expand... I don't think there is any way of doing this in Access SQL. You can in other flavours of SQL. Ed Metcalfe.
R RoyVidar Dec 2, 2007 #3 Daryl said: Is there a way to write comments in a query? Click to expand... Not natively, as you can with other products, but there are some options Check out Stephen Lebans method here http://www.lebans.com/addsqlcomments.htm You could also use the description property of the querydef object (right click the saved query, select properties)
Daryl said: Is there a way to write comments in a query? Click to expand... Not natively, as you can with other products, but there are some options Check out Stephen Lebans method here http://www.lebans.com/addsqlcomments.htm You could also use the description property of the querydef object (right click the saved query, select properties)