Issue Opening Forms

jmjbear1011

Registered User.
Local time
Today, 13:00
Joined
Jun 17, 2012
Messages
19
I am having an issue with a front end of an Access 2010 database that is shared on a network. On open it pulls to a switchboard that has several options for forms to open. They are called Fast,Feast,National,Full. There are 12 users that use the database. 10 out of the 12 users have no issues - But with the other two users, they click the button and this is what happens... It loads as if it is opening the form, but then stops (almost like a form was opened in hidden view). It does this for every new release. But if I recreate the forms from either of their PCs(create new form, copy controls and then copy the code..exactly) they are working just fine after that. But if I do it from my PC, they can't open the forms. All users are on 2010 accessing the same front end. I checked the references, and there are none that are broken and one of the two users has had her Access reinstalled... as far as the button it is just docmd.openform "National" -

Any suggestions of what could be causing that? Could it be different release versions (as our company doesn't allow auto updates)

Greatly Appreciated.


Add: Forgot to add that these are unbound forms
 
Are you using two screens and the users only using one screen?
 
They are all on two monitors. Are you suggesting doing some sort of Me.move onload to move it to a different location? Are you thinking that it is open just that they can't get to the form?
 
Exactly - it is an issue I have seen in the past, but normally only when the development is on a two screen setup and then users have only one screen. Does not sound like your issue, but thought it was worth the thought.
 

Users who are viewing this thread

Back
Top Bottom