I have written a program in 2003, and I am testing it in 2010 as some users will have 2003 and some will have 2010. I have a menu button that works in 2003, but not in 2010. The code behind it is:
DoCmd.OpenForm "frmBoxRetrievalParameters", , , , acFormEdit
I have another similar button that...