That would probably work. Was kind of what I was doing at first, but
couldn't get to work like I wanted, so I switched to a combo box to select
the record.
At the moment I'm looking at two tables.
Employees (contains employee info and employee id #)
Discipline (has linking field for employee id # and a seperate
autonumber record key)
Created tabbed form based on the employee table.
Added subform for discipline entries on second tab that is populated by
query of discipline table filtered by the entry on the main form for the
employeeid form field.
I've been successfull at creating an unbound combo box that filters the same
as the subform and brings up the desired record in the subform on the first
instance.
Problem - If I return to the first tab (main form) and change employees,
then return to the discipline tab
The discipline subform populates correctly with the selected
employee, but I can not get the combo box to populate for the currently
selected employee. It continues to show the list from the employee that was
selected the first time.
ie

pen form, selected employee 200, goto discipline tab, select combo box,
list is populated with employee 200's discipline entries, return to tab one
(employee form), select employee 100, goto discipline tab, select combo box,
list is still populated with employee 200's discipline entries yet if I use
the record navigation buttons for the discipline subform it is filtered
correctly for employee 100's entries.
Does this help?
Originally I was trying to do the same thing but with a querry of the
discipline table in a datasheet subform in addition to the discipline
subform, but couldn't figure out how to select a record in the datasheet and
have it populated in the discipline subform.
Would two SubForms side-by-side on your MainForm solve your problem? The
second SubForm would display additional information for whatever record is
[quoted text clipped - 7 lines]