Modal form using Modeless form

When a user wants to edit an order, I collect the data in a datamodule,
instantiate a form to allow the user to edit the order and show this form
modal. At this point I need to show a form listing items and allow the user
to drag and drop items on the modal order form.

How can I let a modal form use other forms?

Thanks in advance...BES