Problem trying to requery a subform using Access Runtime 2007

cascf1969

New member
Local time
Today, 14:42
Joined
Jul 23, 2012
Messages
2
I have a form and a subform in it, when a button in the form is clicked, a query runs and inserts some records that have to be shown in the subform. In the code in the button after the query, a Requery command is executed for the subform. It works great on the developers PC, but when we use the PCs of the end-users it doesn't work. The end users have Access Runtime installed.

The strange thing is, that we try in 5 different PCs, all of them with Access Runtime, and just one of them works Ok, the other 4 don't. We check everything that ocurr to us, ODBC definitions, Regional Settings, etc. The main difference is that in the only PC using Access Runtime we have XP, the other 4 are either Vista or Win7.

Any suggestions will be appreciated.
 
I'm having a similar issue where a requery in VBA is working on most of the office PC's but a number of PC's do nothing when the application tries to requery the subform in the app. What can cause this? I checked the trust centre settings and all seems ok.
 
How are you RE QUERYING the SubForm?
 
Its ok i fixed it. I had a global setting which disabled the control for a small number of users.
 

Users who are viewing this thread

Back
Top Bottom