Reusing record forms

If you have a form that is common to multiple schemas, you can create the form, export it to your local system, and import it into another schema. After you import the form, you can use it as is or modify it.

You must import the form into a record type with a name identical to the record type that exported the form.

Exporting a form

Exporting a form saves all pages, all controls on all pages, and all form, page, and font properties. But, if you want to use just a single page in another form, you can. For more information, see Copying pages.

Before exporting a form, you must close it. Closing the form saves all changes you have made to it.

The form file is saved in an FRM file.

Importing a form

You must import the form into a record type with the same name as the record type from which you exported the form. You cannot export a form and then import it into a different record type within the same schema.

When you import a form, the fields associated with the form are mapped to the fields of the selected record type. This mapping is based on the field name and does not verify that the fields have matching types. If a field in the form does not correspond to a field in the selected record type, you must either reassign the corresponding control to a valid field or delete the control from the form.