G Guest May 12, 2005 #1 I want to document the logic behind certain expressions, queries and report fields. Is this possible, and if so, how? Thanks! Dave
I want to document the logic behind certain expressions, queries and report fields. Is this possible, and if so, how? Thanks! Dave
D Douglas J. Steele May 12, 2005 #2 Queries in Access don't allow you to save queries (although Stephen Lebans has a solution of sorts at http://www.lebans.com/addsqlcomments.htm) Not quite sure what you mean by "expressions" or "report fields". Certainly, VBA code can have comments: prefix them with ' (a single quote)
Queries in Access don't allow you to save queries (although Stephen Lebans has a solution of sorts at http://www.lebans.com/addsqlcomments.htm) Not quite sure what you mean by "expressions" or "report fields". Certainly, VBA code can have comments: prefix them with ' (a single quote)