Populating subform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an Employee table. Iwant to create a form the allows me to select the
employee from a drop down box and based on that selection it should populate
all the field in the subform which comes from the same Employee table. I am
not getting the results I would like. Can someone help
 
Concept_tom,

If I understand you correctly, if you set up the combobox so that it
returns the EmployeeID (or whatever your primary key field is called),
you will then be able to set the Link Master Fields property of the
subform to the combobox, and the Link Child Fields to the EmployeeID on
the subform, and all should be sweet.

If I have missed the boat here, and nobody else chips in, please post
back with more details of how you have this set up, and what you have
tried so far. Thanks.
 
Back
Top