not sure why this is happening. i can copy tables and queries using the following lines, but not forms or reports. what am i doing wrong?
DoCmd.CopyObject Me.DataFilePath, "frmBranches", acForm, "frmBranches"
DoCmd.CopyObject Me.DataFilePath, "AcctBranches", acTable, "AcctBranches"
the error i get is The CopyObject action was canceled. i verified the form doesnt exist. i even tried using a different form name... still no luck.
thanks in advance. - andy



