A2007 - button-action in accdb, no button-action in mdb(A2K)

  • Thread starter Thread starter harmi
  • Start date Start date
H

harmi

Hi NG,

i try to run a form which runs ok in A2K in my new A2007-environment
(on Citrix, windows 2003 Server).
if i try to click a button of the form, nothing happens.
if i set a stop in the event procedure of the button, the stop isn't
reached.

If i create an accdb with a form and a button, the action behind the
button
then will be handled.

Trusted location is set.

Any ideas what could be the problem behind that effect?

Thanks for helping.
 
On Wed, 10 Dec 2008 04:38:48 -0800 (PST), harmi <[email protected]>
wrote:

Under some conditions Access loses the connection between the control
and its event procedure. This fixes that:
Design the form > select the control > in the properties window,
select the event procedure and click on the button next to it (or
select 'event procedure' from the dropdown) > the code window appears
with your procedure selected. The link is now reestablished.

-Tom.
Microsoft Access MVP
 
Back
Top