DoCmd.OpenForm "AFT", acNormal, , , acFormAdd, , OpenArgs
Does not work.
Even:
DoCmd.OpenForm "AFT" does not work (with or w/o parenthesis).
I have repeatedly tried using DoCmd.OpenForm to open my forms and it never works so I now use the built-in macros with ms access so I have no idea...