I have read a few articles on this site about having one combo box's selections limited based on the selection in another combo box. I've tried several times but the closest I can get is for it to perform like a parameter query - which is not what I want it to do. Anyone know what I'm missing? My table is called tblCategoriesSubcategories with the two fields Categories and Subcatgeories. I want my second combo box (cboSubcategory) to be limited based on the value selected in the first combo box (cboCategory). My form is called frmTest. Thanks!!