Keep in mind that "frmComputerCards1" is a form object local to whatever sub/func you are creating the new instance of the form in.

It will not be the name of the form throughout the program - right?

We always use the FORMS() collection to access the forms we "duplicate"...