Re: Anyone know of an A97 utility to help solve If - EndIf mixups?
- From: CDMAPoster@xxxxxxxxxxxxxxxx
- Date: 30 Mar 2006 11:22:50 -0800
Allen Browne wrote:
3. Outside in
Type the End If immediately after the If. Your code is therefore coming up
from the bottom as well as down from the top. If you are not doing this, it
will probably solve the issue for you.
For example, you type:
If x < 0 Then {Enter} End If {Up} {End} {Enter} {Tab}
and you are then ready to code the inner part of the If block.
I sometimes find it useful to take this a step further by sticking an
Else in there also. It forces me to make sure the Else part, if any,
gets accounted for.
James A. Fortune
CDMAPoster@xxxxxxxxxxxxxxxx
.
- References:
- Prev by Date: SP2 seriously Impacts Access 97 Performance
- Next by Date: Re: CountIF in Query
- Previous by thread: Re: Anyone know of an A97 utility to help solve If - EndIf mixups?
- Next by thread: Re: Anyone know of an A97 utility to help solve If - EndIf mixups?
- Index(es):
Relevant Pages
|