tblEmployee
EmployeeID pk
LastName
FirstName
tblRoom
RoomID pk
RoomNumber
EmployeeID fk
tblExtension
ExtensionID pk
ExtensionNumber
RoomID fk
More than one employee works in one room.
A room can have more than one extension because different employees work in that room.
A room can have one extension but many employees working in it.
I just want to create ONE form to add/edit with the following information.
employee LAST/FIRST NAME
employee ROOM NUMBER
employee EXTENSION NUMBER
If this can be done without using any subform, I would appreciate it.
Thanks.
EmployeeID pk
LastName
FirstName
tblRoom
RoomID pk
RoomNumber
EmployeeID fk
tblExtension
ExtensionID pk
ExtensionNumber
RoomID fk
More than one employee works in one room.
A room can have more than one extension because different employees work in that room.
A room can have one extension but many employees working in it.
I just want to create ONE form to add/edit with the following information.
employee LAST/FIRST NAME
employee ROOM NUMBER
employee EXTENSION NUMBER
If this can be done without using any subform, I would appreciate it.
Thanks.