Hello, I have a main form for physician practices that contains a subform of individual physicians in the practice. This subform contains, among other items, tax id numbers. It seems the tax numbers can change so I need to add effective dates and allow multiple tax numbers per physician. I'm planning to set up another table containing physician id, tax number and effective date, which i plan to link to the main physician table on the physician record id. I'm having trouble with presentation. Currently the physicians are displayed in continuous form view, which everyone likes. Is there any way to get the tax number field to behave like a drop down box, showing all the tax ids for that physician in the linked table? And somehow be able to add records to it? Or can anyone suggest an alternative way to approach this. Thanks very much for any help.