Access Forms buttons will not work in XP

K

Kevin Mendonsa

I have migrated an Access application from Access97 to
Access 200 and it worked fine on the 2000 Professional.
Hoever if I use the application in the XP operating
systems with Access 2002 the buttons do not work and most
of it fails to function properly.

Any ideas what the problem might be.

Thanks,
Kevin
 
J

John Vinson

I have migrated an Access application from Access97 to
Access 200 and it worked fine on the 2000 Professional.
Hoever if I use the application in the XP operating
systems with Access 2002 the buttons do not work and most
of it fails to function properly.

Any ideas what the problem might be.

Something wrong with the code.

Care to share with us what error messages you're getting, or the
symptoms? "Doctor, I don't feel good" isn't going to get you an
accurate diagnosis!

One thing to check is References. Open the VBA editor and select
tools... references from the menu; be sure that Microsoft DAO 3.6
Object Library is checked, if (as is very likely given that this came
from A97) you're using the DAO object model. AccessXP (like 2000)
defaults to the newer ADO object model; if you're not intentionally
using ADO code, uncheck the ActiveX Data Objects reference.

Compile the program (with Debug... Compile <yourdatabase>) and correct
any compilation errors; then compact and repair the database. See if
that helps!
 

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

Top