I put extensive comments in. Often (usually?) there will be more lines of
comments in a procedure than actual code. If I change the code, I'll
actually leave the original code there, commented out. If I tried something
and it didn't work, I'll often mention that fact in comments as well (Tried
using xxxxx, but it didn't work because of yyyy)

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> Good morning All,
>
[quoted text clipped - 7 lines]
>
> Scott V
Scott Viney - 20 Dec 2005 16:32 GMT
Thanks Doug,
I often comment my code, but what about other things like adding things to
forms etc, new fields to tables? Or modifications to reports?
Scott V
>I put extensive comments in. Often (usually?) there will be more lines of
>comments in a procedure than actual code. If I change the code, I'll
[quoted text clipped - 13 lines]
>>
>> Scott V
Douglas J. Steele - 20 Dec 2005 20:38 GMT
Adding new controls to fields or changes to reports, I'll often document at
the start of the form's or report's module.
Table changes (or query changes), ah, yes, there's a potential problem. You
can introduce a module strictly to document things like that.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> Thanks Doug,
>
[quoted text clipped - 19 lines]
>>>
>>> Scott V