|
-
Jul 6th, 2018, 03:21 PM
#6
Re: Object reference not set to an instance of an object
I don't see how cmbX is Nothing at this line,
Code:
cmbX.DataSource = desc
because before you reach that line you have this reference to cmbX,
If cmbX is Nothing wouldn't this throw an error.
I'm not sure why your even passing cmbTax, if it's added to the form in the designer then it's accessible to all underlying code in the form.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|