I'll close this now that it's solved but, before I do:

Quote Originally Posted by Rollin_Again
[vba]cmbVendors = cmbVendors.ItemData(0)[/vba]
Change this to:

[vba]Me.cmbVendors = Me.cmbVendors.ItemData(0)[/vba]

The compiler likes that