I'm envisioning a form with an unbound combobox in the header. This
combobox is based on a query of the Manager table, and returns the ManagerID
and ManagerName. The form itself is based on a query of the Property table,
and includes a Criterion under the ManagerID field (in the Property table)
of something like:
Forms!YourFormName!cboYourManagerComboboxName
In the combobox's AfterUpdate event, you could use:
Me.Requery
This would have the form open without records (because no Manager has been
selected). Once a Manager is selection, the form re-queries the Property
table, looking for properties with a Manager matching the one selected.
--
Regards
Jeff Boyce
Microsoft Office/Access MVP
http://mvp.support.microsoft.com/
Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/