J
jgrout
I just upgraded to Access 2003 from Access 97, and my form performance
completely tanked (I am accessing the database on a network drive). I found
a fix on Microsoft that seemed to work great, until I restarted my database.
The fix was to change all the [Auto] values to [None], using a Macro provided
by Microsoft. I thought perhaps the Name Auto Correct was turned on, but it
wasn't, and I was able to verify that the values that had been changed to
[None] were still [None]. I found one line in my project that still had
[Auto] in it, it was the line rplpropValue = "[Auto]". I changed this to
[None] and problem was solved--until I restarted my database. As before, the
database was so slow that it is impossible to do anything in it. I checked
the code and the value was still set to [None]. Now here's where it gets
confusing--just to see what would happen, I changed the line back to
rplpropValue = "[Auto]" and all of a sudden my database started functioning
again. Until next time I started my database up--slow, slow again. So I
changed it back to [None] and it worked fine--until next time. So now, every
time I start the database I have to go into the code and change the
rplpropValue line to opposite of what I had in my previous session. I need a
better fix as other users will soon be accessing the database and certainly
can't be going into the code to make changes--can someone help?
completely tanked (I am accessing the database on a network drive). I found
a fix on Microsoft that seemed to work great, until I restarted my database.
The fix was to change all the [Auto] values to [None], using a Macro provided
by Microsoft. I thought perhaps the Name Auto Correct was turned on, but it
wasn't, and I was able to verify that the values that had been changed to
[None] were still [None]. I found one line in my project that still had
[Auto] in it, it was the line rplpropValue = "[Auto]". I changed this to
[None] and problem was solved--until I restarted my database. As before, the
database was so slow that it is impossible to do anything in it. I checked
the code and the value was still set to [None]. Now here's where it gets
confusing--just to see what would happen, I changed the line back to
rplpropValue = "[Auto]" and all of a sudden my database started functioning
again. Until next time I started my database up--slow, slow again. So I
changed it back to [None] and it worked fine--until next time. So now, every
time I start the database I have to go into the code and change the
rplpropValue line to opposite of what I had in my previous session. I need a
better fix as other users will soon be accessing the database and certainly
can't be going into the code to make changes--can someone help?