XelaIrodavlas
Registered User.
- Local time
- Today, 21:57
- Joined
- Oct 26, 2012
- Messages
- 175
Hi All,
I've encountered a strange feature of Access VBA, which while isn't critical, is very annoying.
So I'm typing in the code window for a form (doesn't matter what form, report, macro, or if its real code or just 'notes), but Access is deleting the spaces I type almost as soon as I type them.
I've encountered similar before, and many people have found it's due to an on-timer event running, forcing the compiler to check everything and cut off any excess spaces. See similar post:
http://stackoverflow.com/questions/10900005/why-is-my-vba-for-ms-access-buggy
But I have checked and double checked, the form has no on Timer events and timer interval is set to 0. I closed all other windows to be certain, and have also checked its subforms and those are clear as well.
So my question, is there another reason why the compiler would be running every fraction of a second? I know I can work around it but it's really annoying!
Thanks all
I've encountered a strange feature of Access VBA, which while isn't critical, is very annoying.
So I'm typing in the code window for a form (doesn't matter what form, report, macro, or if its real code or just 'notes), but Access is deleting the spaces I type almost as soon as I type them.
I've encountered similar before, and many people have found it's due to an on-timer event running, forcing the compiler to check everything and cut off any excess spaces. See similar post:
http://stackoverflow.com/questions/10900005/why-is-my-vba-for-ms-access-buggy
But I have checked and double checked, the form has no on Timer events and timer interval is set to 0. I closed all other windows to be certain, and have also checked its subforms and those are clear as well.
So my question, is there another reason why the compiler would be running every fraction of a second? I know I can work around it but it's really annoying!
Thanks all
