Having trouble converting a Access95 program

M

Mike

I have tried the Tools->Database Utilities to convert an
existing Access95 program into Access2000.

It finished the conversion, but it gave me warning that it
is not in a comppliled format, that I can live with.

When I try to launch the program, a part of the program
stopped by a Run-time error 2501, when I click on the
debug button, I saw the program stopped on the following
line:

DoCmd.OpenForm FRM_ONE, , , , acAdd

I double click on FRM_ONE from the Forms view, I got a pop
windows with the following text:
The expression on Open you entered as the event property
setting produced the following error: Procedure
declaration does not match description of event or
procedure having the same name.
* The expression may not result in the name of a macro,
the name of a user-defined function, or [Event Procedure].
* There may have been an error evaluating the function,
event, or macro.

I am not very familiar with Access Programming. I don't
know where to start looking.

Any help will be greatly appreciated.
 

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