Populate fields of previous form to new form

Hi,

I have linked a form’s data to other form i.e I want to populate the fields from the previous forms to the new one

for eg, in sales order details form when we click on posting the form has the fields of the selected order.

Thanks.

What tables the linked form contains, does there any relation between the tables used in both the forms???

The information provided is not sufficient to answer your question. Please add sufficient information.

I have four fields employeee_name, emp_id, emp_dept and emp_street [all the columns are of string datatype.].

How can i transfer data from one form to another form?

I want to Transfer employee_name and emp_id.

The new form should have the fieldn data populated.