Good Afternoon mikeyb540!
I used the following statement to successfully transfer and export form objects. Perhaps including quotes and fully qualified paths the statement will work.
When you get close, the error messages will start telling you which argument or part is not working. I finally got it by trial and error.
**********************************************
DoCmd.TransferDatabase acExport, "Microsoft Access", "U:\Contacts\Test.mdb", acForm, "Contact Types", "frmContactTypes"
********************************************
I hope this helps, good luck.
Sincerely,
Smuckers