Hi, I have a combo box that works great in my MDB using linked tables, and I am trying to migrate it to an ADP. The rowsource property in the MDB is as follows: SELECT SubPeriods.SubStart, SubPeriods.ID_Subperiod, SubPeriods.ID_Plan FROM SubPeriods WHERE ((SubPeriods.ID_Plan)=Forms!AllocationPlanForm...