Switchboard Can't load

F

Frostie

I have an access database at one of my clients, it runs on all machines ok
except one. He gets the following message

Microsoft Access Can't move focus to oleunbound24.

Which is odd as it is not trying to set the focus to this object.

The machines all have standard builds of windows/office and his machine has
had access re-installed but his is the only one it does this on.

Any suggestions would be greatly appreciated
 
L

Linq Adams via AccessMonster.com

Anytime an app works on some machines but not others, the first thing you
need to check are the references on the offending machine(s) to see if any
are missing.
 
L

Linq Adams via AccessMonster.com

Sorry, hit the Drnd button too soon! Meant to add this:

To check for missing references, go into the code module for your form, then
goto Tools - References. Check all of the selected references. If any of
the selected references have "MISSING" in front of them, unselect them, and
back out of the dialog box. Now go back into the dialog box and reselect the
reference.
 
F

Frostie

Yeh sorry should have said i have already checked that there are no missing
links in refs.
 
Top