Trying to read in a form name from Access table (working) and then load that form with code.

Here's the code:

Dim MyForm As Form

Set MyForm = rs1![Form] ' rs1![Form] = "frmA"

Load MyForm
MyForm.Show

Get a type mismatch error on the Set line...
Any ideas?
Thanks
Steve
vb6