How to make notes for a query

T

Tod

I need a handy trick for this.

When I'm creating queries, I want to keep track of why I
did what I did, what the criteria mean, etc. In VBA I can
have a comment field. In Excel I can create a comment box.
Is there something similar available for Access queries. I
know I can just make notes (hand scribbled or typed), but
it would be so much better if I could easily associate my
notes inside the query.

Any ideas?

tod
 
J

John Vinson

Is there something similar available for Access queries.

Alas, no, unless you use VBA to create a custom property for the query
(and go to a rather large amount of hassle to update that property).
 
J

John Viescas

Tod-

Use the Description property. Right-click the query, choose Properties,
type in the description, and click OK. You'll see the description when you
have the Database window in Details view.

--
John Viescas, author
"Microsoft Office Access 2003 Inside Out" (coming soon)
"Running Microsoft Access 2000"
"SQL Queries for Mere Mortals"
http://www.viescas.com/
(Microsoft Access MVP since 1993)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top