RonMcIntire
Technical User
All:
Strange things are happening here!
I'm opening a form from a UserCode dialog and, though it didn't happen before, I am now getting the error "OpenForm Action Cancelled". I went back to a previous version and it's doing it there too. I'm using the OpenArgs feature to transfer a UserCode to the program I opening but the same thing happens when I comment out the OpenArgs.
' Open the Edit SVOrders form.
DoCmd.OpenForm "frmEDIT SVOrder (FORM) - 1024x768" ', , , , , , Me.nUsercode
1. Is there a switch in the Access program that can cause this?
2. Is there someplace else I should look?
3. What can cause this error?
Thanks
Ron
Strange things are happening here!
I'm opening a form from a UserCode dialog and, though it didn't happen before, I am now getting the error "OpenForm Action Cancelled". I went back to a previous version and it's doing it there too. I'm using the OpenArgs feature to transfer a UserCode to the program I opening but the same thing happens when I comment out the OpenArgs.
' Open the Edit SVOrders form.
DoCmd.OpenForm "frmEDIT SVOrder (FORM) - 1024x768" ', , , , , , Me.nUsercode
1. Is there a switch in the Access program that can cause this?
2. Is there someplace else I should look?
3. What can cause this error?
Thanks
Ron