Object doesn't support property or method

J

Jamyvv

I have a database with a login form. After distributing the FE (incl. Access
Runtime 2007 which is installed automatically) on 5 pc's everything was
working, except for one PC. After clicking on the OK button in the login form
it showed the error message: "Object doesn't support property or method". The
PC is using XP prof SP3.

There used to be a trail version of Access 2007 installed on this PC, after
i deleted it, it still didn't work. I've reinstalled the trail and used the
original db on USB stick (the BE is on server). It still showed the same
error.

I've checked the liberary (reference) settings and they were the same as on
my pc, so this shouldn't be the problem.

On all the other PC's the code is working, so I thought there's no need to
include the coding. (this should be correct).

You have any thoughts?

Thanks in advance!
 
M

Marshall Barton

Jamyvv said:
I have a database with a login form. After distributing the FE (incl. Access
Runtime 2007 which is installed automatically) on 5 pc's everything was
working, except for one PC. After clicking on the OK button in the login form
it showed the error message: "Object doesn't support property or method". The
PC is using XP prof SP3.

There used to be a trail version of Access 2007 installed on this PC, after
i deleted it, it still didn't work. I've reinstalled the trail and used the
original db on USB stick (the BE is on server). It still showed the same
error.

I've checked the liberary (reference) settings and they were the same as on
my pc, so this shouldn't be the problem.


If you copied the FE mdb to the other machines, of course
the references are the same. The trick is to make sure that
the library files are installed, in the same locations, and
are the same version as yours.

Because I have never been able to control which updates,
etc. are installed where on every machine, I have always
taken a decompiled copy of the FE file to each machine and
compiled it on each machine. I hope you have more control
and can just sync the libraries on your problem machine.
 

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