From: Susanna on
How to add inline comments to access queries.?


From: John W. Vinson on
On Thu, 21 Jan 2010 21:26:22 -0800, Susanna
<Susanna(a)discussions.microsoft.com> wrote:

>How to add inline comments to access queries.?
>

Alas, you cannot: an annoying restriction of the program! Microsoft has been
hearing complaints about it for years but AFAIK has still done nothing to
solve it.

There are some kludgy getarounds, e.g.

SELECT ... <a bunch of stuff>, "Put your descriptive comment here" AS
IgnoreThis, ...

but it's pretty inadequate.
--

John W. Vinson [MVP]

 | 
Pages: 1
Prev: jeramie bellmay
Next: Group By Query