T
thefonz37
I'm not sure if Nested is the right word for it, but here's my situation:
I have two tables. One of basic employee information and one of expanded
login information for our various order-processing systems. These tables are
related by employee ID, but the relationship is many-to-one, meaning that for
each "tblEmployeeInfo" record there are multiple "tblEmployeeLogin" records.
I created a form that displays the basic employee data from the
tblEmployeeInfo table and then has a subform with the tblEmployeeLogin
records, which is very nice. However, I would like to make it easier to
navigate the list of employee names, so I was considering creating a third
form with a listbox that would use my existing form and it's subform would
sit next to. So, when finished, you could click on a name in the listbox and
both subforms would populate.
Is it possible to "nest" them like this or would I be better off starting
over and having the listbox link to two child subforms instead of linking it
to one and then having that subform link to a subform?
I have two tables. One of basic employee information and one of expanded
login information for our various order-processing systems. These tables are
related by employee ID, but the relationship is many-to-one, meaning that for
each "tblEmployeeInfo" record there are multiple "tblEmployeeLogin" records.
I created a form that displays the basic employee data from the
tblEmployeeInfo table and then has a subform with the tblEmployeeLogin
records, which is very nice. However, I would like to make it easier to
navigate the list of employee names, so I was considering creating a third
form with a listbox that would use my existing form and it's subform would
sit next to. So, when finished, you could click on a name in the listbox and
both subforms would populate.
Is it possible to "nest" them like this or would I be better off starting
over and having the listbox link to two child subforms instead of linking it
to one and then having that subform link to a subform?