Can I enter comment lines in Expressions, etc....

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to document the logic behind certain expressions, queries and report
fields. Is this possible, and if so, how?
Thanks!
Dave
 
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)
 
Back
Top