[Message Deleted]
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
I'm like at the Jr. level so I'll take a shot. It sounds like you named an object wrong. Check your naming conventions and see if you addressed the correct obj/control. Good luck David
-
One of your members doesn't support something that's after it. What's the rest of the error message? It'll tell you which method is failing. All you have to do is look back one period and you'll find the object that doesn't support the method you're trying to call. For example, it's possible that the Sections collection, which returns a Session object, doesn't have a Controls property. This is just an example. Since you only supplied the one line of code, it's impossible to tell what these objects are.
Dave Kreskowiak Microsoft MVP - Visual Basic