in that case, you need to recreate the form :-(
but try this too, might work and saves you the time
from the old db
Application.SaveAsText acForm, "FormName", "C:\folderName\FormName.txt"
to get it back to your new db
Application.LoadFromText acForm, "formName", "C:\folderName\FormName.txt"