How to Populate fields in a form by fetching data from other note database based on user input?

Hi ther,

I am new to Notes development. I created a form which has field like : Emp ID, Email, Dept , Managers Email.

We have already a database which has a view with the above field related to all employees. Here I need the user to key in the employee Id in the new form and based on ID the other fields in the form should get automatically populate from the employee database (Employee View).

It would be very helpful to me if anyone can help me sharing the script for this.

Thanks in advance

Vj

Subject: How to Populate fields in a form by fetching data from other note database based on user input?

Script?!? You dont need no stinking script! Look up @DBLookup in the @Function help!

Subject: RE: How to Populate fields in a form by fetching data from other note database based on user input?

thanks a ton it worked :slight_smile: