You need two tables for this:
EmployeeTable
EmployeeID
EmployeeName
and so forth...
ContactTable
EmployeeID
CompanyName
and so forth...
- Create a (main) form using the EmployeeTable
- Place a Subform Control on the form.
- When the Subform Wizard comes up, select ContactTable as the source.
Access should automatically link the
Main Form/Subform using the
EmployeeID fields.
Now, with an employee's record showing in the main form, add a record in the
Subform for each company. Access will automatically populate the
Subform record with the corresponding
EmployeeID.
This is a bare bones explanation, of course, but should get you started, and it doesn't require code, as the
Subform Wizard will walk you through it.
You do need to start to get comfortable with code, though! Most apps of any complexity are going to require it. And we're always here to help!
Good luck with your project!
Linq
;0)>