|
-
May 6th, 2014, 09:33 PM
#2
Re: Problem with VB Code
MICROLANDDataSet is a class, not an object. You have declared a variable named 'dataset' and assigned an object of that type to it, so you should be using 'dataset.Orders' and 'dataset.Inventory'. What you're doing is like taking dog for a walk rather than taking A dog for a walk. One is a type of thing and the other is a thing. You might know what a dog is but you can't take that knowledge for a walk; you have to actually have a dog.
Tags for this Thread
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
|