|
-
Nov 30th, 2002, 09:10 AM
#1
Thread Starter
Lively Member
access Pro? duplicate combo box
Using Access to check for duplicate item else add to list
shouldienter = Combo25.Text
For i = 0 To Combo25.ListCount - 1
If shouldienter = Combo25.List(i) Then
Exit Sub
End If
Next i
Combo25.AddItem shouldienter
The problem is acess does not have function .List()
anyone knows alternative?
Need help guys
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
|