This topic is locked

Assigning Value To Another Form

1/5/2013 01:10:42
ASPRunnerPro General questions
A
adnankmk author

I have two tables.
table1 = employees
fields
emp_id

emp_name

NIC
Table2 = qualificaiton
Fields
NIC

Matric

Inter
On add page of employees i used a button to link the qualification add page. When i click on button it opens qualification add page to add the qualification. I want to automatically copy the Value of NIC Field of employees to NIC Field of add qualification page. what code should I used for this.

Thanks in advance.