Connecting two forms togetger

ABDULFATAH

Registered User.
Local time
Today, 01:00
Joined
Oct 22, 2001
Messages
11
I Have two forms, one for the employees data and another for courses for each employee.
the control sorces for the two forms are two different tables with one to many relationship.
my question is how can i connect the two forms together so that when i add a course it should be added to specific employee.
What is the best solution please help
 
You could add a subform to you courses form. Then select an employee in that subform. The link key field would be the CourseID.
 

Users who are viewing this thread

Back
Top Bottom