GUIDO22
Registered User.
- Local time
- Today, 16:00
- Joined
- Nov 2, 2003
- Messages
- 515
I am using a sequence of combo boxes on a 'Continuous' form.
To reduce the possibility of error I am using a 'Value List' combo box where I use AddItem method to add the previously entered string to the combo control so that it is there for use when entering the next record.
This works fine - but what I want to ask is - does anyone have a routine to check that the string does not already exist in the combo box before I AddItem ie. I dont want duplicated values in the list.....
Thank you.
To reduce the possibility of error I am using a 'Value List' combo box where I use AddItem method to add the previously entered string to the combo control so that it is there for use when entering the next record.
This works fine - but what I want to ask is - does anyone have a routine to check that the string does not already exist in the combo box before I AddItem ie. I dont want duplicated values in the list.....
Thank you.