Comments on Access SQL queries

R

Rey

Is there a way to enter a comment in a SQL Union Query in
Aceess 2000? As a designer, I would like to be able to look
at the query later and figure out why it has the form it
does. In ADP I can use -- or /* */. Is there an analogous
way to do it in MDB files?
 
M

Mark

Rey,

You could post your comments in the properties. Right
click on the query to get it's properties.

Mark
 
Top