weightinwildcat
Programmer
Iam trying to open one form from another form, using CallByName, and to call a user-defined subroutine in the form that is being opened. I have gotten different error messages depending on the exact coding I am testing. The most recent one is error 424, for Object Required. I have an object variable call frmName, and it seems to be initializing correctly when its value is set, in this case to Forms("ORDERS"). However, I still get this error.
One of the end users sometimes gets an error, number Error Number -2147417848, indicating that a MoveNext command failed. As far as I can determine, this traces to issues involving late binding vs early binding. This is why I am looking at CallByName. Any thoughts as to the kind of syntax I should use, or any other thoughts on the problem?
Thank you in advance.
One of the end users sometimes gets an error, number Error Number -2147417848, indicating that a MoveNext command failed. As far as I can determine, this traces to issues involving late binding vs early binding. This is why I am looking at CallByName. Any thoughts as to the kind of syntax I should use, or any other thoughts on the problem?
Thank you in advance.