Forms

Hello
How i made a forms for look up data and then return a value to any form with a text box.

Where are you looking up the data from?

Example;

Listbox and i select one record and that return to a text box on a form to the get that record

By form do you mean a textfield?

yes

i use this code in VB

       FrmVerRecords.Show 1   << Search the value
      MDIMenu.ActiveForm.ActiveControl = ValueToSearch    < << this return the value to my textfield