MkIIISupra
Programmer
I have tried everything I can think of and still my Access application is acting "strange".
System:
Dell 1.8GHz 512MB PC-2100 RAM, Win2K, Office 2K
What's happening is now when I go to code in the back of a form I am seeing and experiencing a series of issues. I have already turned Auto Complete off to no avail. What is happening is things like:
1. As I start to type a simple If statement the system starts to show red as though there is a syntax error, I press the space bar to place a space between the If and my opening parenthesis like so
and the cursor will jump back to the If. When I finally get the first segment written and I try to finish the line it does the same thing but this time worse!
right there! it will create a closing " and then the cursor will jump in front of the = or if I start to type then the cursor will jump in front of the h in then and finish the text there like so:
tenh instead of Then.
This is only the tip of the iceburg. Now after I finally get the code written everything works fine. But writing the code is a painfully slow process and I have finally just started to use notepad to write my code then copy and paste it into my application.
So does anybody have even and inkling of what I am experiencing? All I know is it's really friggen frustrating!~!!
One by one the penguins steal my sanity!
System:
Dell 1.8GHz 512MB PC-2100 RAM, Win2K, Office 2K
What's happening is now when I go to code in the back of a form I am seeing and experiencing a series of issues. I have already turned Auto Complete off to no avail. What is happening is things like:
1. As I start to type a simple If statement the system starts to show red as though there is a syntax error, I press the space bar to place a space between the If and my opening parenthesis like so
Code:
If (
and the cursor will jump back to the If. When I finally get the first segment written and I try to finish the line it does the same thing but this time worse!
Code:
If (Me.stateDistNum.Value) = "
right there! it will create a closing " and then the cursor will jump in front of the = or if I start to type then the cursor will jump in front of the h in then and finish the text there like so:
tenh instead of Then.
This is only the tip of the iceburg. Now after I finally get the code written everything works fine. But writing the code is a painfully slow process and I have finally just started to use notepad to write my code then copy and paste it into my application.
So does anybody have even and inkling of what I am experiencing? All I know is it's really friggen frustrating!~!!
One by one the penguins steal my sanity!