
Are you attempting to enter a caption on a label control? You mention code jumping, are you in VBA?
Some of your post sounds like you might have a form open that has a timer enabled.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I try indenting a Label in Access by pressing the Tab key the code jumps back to the beginning of the line.
This occurs on 'ErrorHandler:'
If I remove the colon the label indents fine.
Any ideas?
James
Are you attempting to enter a caption on a label control? You mention code jumping, are you in VBA?
Some of your post sounds like you might have a form open that has a timer enabled.
VBA Editor has the Auto Format feature, such as replacing a+b
with a + b
or arranging the labels. This appears to be a useful feature, which seems to be not easily deactivated through documented means.
Hi,
This is by design:
"Line labels ... must begin in the first column."
https://learn.microsoft.com/en-us/office/vba/language/glossary/vbe-glossary#line-label
Servus
Karl