Macro doesnt execute

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Environment: English, NT 4.0 SP6, Access 2000
We have created this database and secure the VB macro by requiring a
password. When it was executed on a Japanese language Windows environ, they
can see the Access forms we created but when click a command button which
supposed to pop-up a dialog box (msgbox) or box to open a file (comdlg32.dll)
it doesnt say a thing. No msgbox indicating the errors or anything. Simply no
reaction at all when clicking the command button.
Thanks in advance.
 
Sometimes that happens if some of your code somewhere has a compile error.
Or a query has an error and will not run.
Or you can trying copying and pasting the form and using the new one
instead.

This happens to one of my databases sometimes after I make changes. After
I double check everything new (forms, queries, code, reports) and fix
problems the buttons on my main menu form (my problem form) start working
again.

Mich
 
Thank you for your suggestion.

I believe I found the main source of the problem.
This is where we develop the Access database.
System: WinNT SP6
Office: MSAccess 2000

This is where they tested the created database
System: Windows2000
Office: MSAccess 2000

When they try to run the database in Winnt using Access 2000, it worked.
I havent found out where exactly on the part of the program where it became
incompatible. Ill just check it out.
 

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

Back
Top