I am new to Access so my question may sound long winded.
I am building a phonebook database for multiple (sister) companies with multiple locations. I have constructed 3 tables so far.
1 - Employee: Company, Last Name, First Name, etc.
2 - Location: Company, Name, Addr1, Addr2, City State
3 - Employee_Locations: (Junction) ID, EmployeeID, LocationsID
Certain employees can belong to several locations. I need to create a Form that can display the employee info and all the locations he/she belong to.
If I input the EmployeeID and the LocationID manually in the Junction table, the relationship is created and the form displays correct information. I need a way to View/Add/Remove locations from peoples profile from a single form.
Start Free Trial