upgrade to Access 2007

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an ms Access 2003 app but one of my users has only Access 2007
installed on her computer. I can open the 2003 app but it is extremely
sluggish in 2007. Is there an article or some info as to how to make these
compatible?

thanks
 
Hi Allen,
I have considerable vba code, and it seems to hang when trying to run code.
When I step through the code, it's getting stalled on things like a simple If
statement, just stalls there for 5 or 10 seconds and finally moves to the
next line.
??
 
p.s. I've checked my code references and libraries. They are all there.
 
Name AutoCorrect is off?

Database in a trusted location? That is, as defined in Access 2007 under:
Office Button | Access Options | Trust Center | Trust Center Settings

MDB or ACCDB? If MDB, is JET running in sandbox mode?

Native JET tables? Internal, or linked? Linked to another database? Long
paths in the links?

Security issues? Permissions issues? Subdatasheet Name set to "[None]" in
tables?
 
where can i find autocorrect in 2007?

it's and mdb with SQL 2000 backend.
--
sam


Allen Browne said:
Name AutoCorrect is off?

Database in a trusted location? That is, as defined in Access 2007 under:
Office Button | Access Options | Trust Center | Trust Center Settings

MDB or ACCDB? If MDB, is JET running in sandbox mode?

Native JET tables? Internal, or linked? Linked to another database? Long
paths in the links?

Security issues? Permissions issues? Subdatasheet Name set to "[None]" in
tables?
 
In A2007, the Name AutoCorrect options are under:
Office Button | Access Options | Current Database
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top