Thank you for the reply.
But I seem a bit confusing on what to do.
Let me put it in a simple scenario.
I have a table name : Participant
I have a second table name: Application.
In the participant table we record only personal details of the participant.
In the second table, we record the application of a participant who has applied for a conference.
So in the participant table, I have a field called ' Participant First Name' .
And in the second table, we also have a field called 'first name' .
So when a participant fill the participant first name field (participant table), they need to click on an action called 'apply for conference' which is in the participant table itself and then the second table will open (application table). That's where I want the first name to appear automatically.
Example: in the first table I put the participant first name : John and when I click on the apply for conference action, the name John should automatically appear in the second table of the first name field.
Is there any simple way to do it?
Thanks to let me know.