|
-
Oct 5th, 2000, 08:54 PM
#1
Thread Starter
New Member
Well I have finally got my collection key loading into my list box. Now on my click event I want to target my key, which is in the list box and display the member in a text box. Here is what I have tried and getting error"Object required":
Private Sub lstTerms_Click()
Dim myKey As String
Dim DefFound As String
myKey = lstTerms
Set DefFound = mcollTerms.Item(myKey)'(error here)
txtDefine.Text = DefFound
End Sub
Kelly
-
Oct 5th, 2000, 09:46 PM
#2
Thread Starter
New Member
Hey Ex,
It dosen't work but thanks for the input.
It is the .things, I just don't know how to do these tie ins
code is the easy part, it is these objects I have to tie into that is driving me nuts>
Kelly
-
Oct 6th, 2000, 11:56 AM
#3
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
|