non functioning code

E

E

Hi,

I have an odd situation which I hope someone has encountered before. I'm
putting together a form in which users will enter data that will be saved
into a Access 03 database. The users have two choices at the beginning of
the form: "Outcomes" or "Processes". By selecting one of the choices at the
beginning of the forms the availability of some controls (enabled or visible)
are effected. That being said everything works fine while developing. When
i open the form as a user non of the code on the form will execute. If I
open up VBA and click in the code (no changes), then go back to the form it
all works as it should.

Any idea why this would happen? I don't want to push this out to users only
to have this be a continuing issue.

Thanks for your help.
 
M

Maurice

hmm strange. Have you tried a compact and repair? Try placing your code
behind a different event and see if that works. If it does remove the old
eventcode and create a new one.

just a thought
 
E

E

Thanks for the response Maurice.

The first thing I did was a compact and repair. I have not switched events
because i have found that none of the coded events will execute including
docmd.maximize for the form.

I found if I go into the code and reset the code it will run fine. Is there
a way I can reset the code programaticly?

thanks,

E
 

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