my Access 2007, VBA editing environment is acting very weird and counter-productive to me:
I try to see properties and methods listed by typing:
Me. 'normally a list of options appears
but the list of options appears quickly and disappears almost immediately (like 0.25 seconds).
Then when I try something like declaring a variable with Dim:
Dim bMyBool 'it erases my space and it becomes DimbMyBool
WTF is up with VBA? I tried playing with the settings under Tools -> Option -> Editor, but nothing. The auto-complete only last for a fraction of second and then whackyness occurs.
Thanks for help,
Disgruntled (w MS)