What do you want to do? The single quote character sets of a line as a comment, and it's not processed. Are you looking to include pages of comments? That's probably best done in a Word document. You _can_ do something like that in code, with a crude workaround, though I recommend against it.
To do it, though, just use a conditional if/then, by putting # at the start of the if/then and the end if statements, like this:
Sub sdf()
#If 1 = 2 Then
asdfasd asdfsad
sdf
#End If
End Sub
None of what's in that structure will be evaluated at all. Just make sure the thing you test for won't ever be true.
But I'd still recommend that extended documentation happen in a Word file. You'll be pretty bummed if you database gets corrupted and you want to reconstruct it based on the documentation.
Jeremy
==
Jeremy Wallace
AlphaBet City Dataworks
Access Databases for Non-Profit Organizations
Please post in the appropriate forum with a descriptive subject; code and SQL, if referenced; and expected results. See thread181-473997 for more pointers.