No difference in subform design, just in the way it is included in the form.
Subforms are part of the Shared Code elements. To include a subform in a form, you can either name it specifically (if it must always be included in a form), or use code to calculate a name (if a different subform is to be loaded at different steps in the workflow). If calculating, then the empty string loads no subform.
Pascal.