I have 2 tables
Master table (Jobs) containing the primary key ("Job Reference")
and 2nd table (Candidates) with the foreign key ("Job Reference")
2 Forms
frmJobs Form to view job details
frmCandidates form to view Candates information
I have placed add new candidate button on the frmJobs form which opens the candidate form in the add mode as a blank form. This is fine but I'm looking to add a record where it picks up the "Job Reference" text field value from the main frmJobs and update it in the "Job Refernce" text field on the frmCandidate when I click add new candidate.
How can I achieve this?
I'm fairly new to access/vba
Any help would be great....
Master table (Jobs) containing the primary key ("Job Reference")
and 2nd table (Candidates) with the foreign key ("Job Reference")
2 Forms
frmJobs Form to view job details
frmCandidates form to view Candates information
I have placed add new candidate button on the frmJobs form which opens the candidate form in the add mode as a blank form. This is fine but I'm looking to add a record where it picks up the "Job Reference" text field value from the main frmJobs and update it in the "Job Refernce" text field on the frmCandidate when I click add new candidate.
How can I achieve this?
I'm fairly new to access/vba
Any help would be great....