Form problem field

I have a form1 and form2, form the form1 i have a such impormation from form 1 which is name, employee id, from form2 i want to input the employee id only and display all information of form the employee id

for example employee id: 1234

              name:           Jayhson



              employee id: 1251

              name:           Test

when you input a employee id display all information

like this

thanks help me…

Subject: form problem field

You need to create a view, with a sorted and categorized column.

Then, do a lookup from a button or somewhere. @DBlookup in formula or Getdocumentbykey in lotusscript. then you set the empname field on form 2, to the result from your lookup.