Alright I managed to solve it with some trial and error. In case anyone else runs into this problem here was my solution.
Set Me.cboCompany.Recordset = Me.RecordsetClone
Using the class module found in the linked database above calls on the referenced combo box's recordset, but evidently, when...