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.