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.
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.