jkfeagle
Codus Confusious
- Local time
- Yesterday, 20:18
- Joined
- Aug 22, 2002
- Messages
- 166
I have a combo box that uses the code from Microsoft Knowledge Base to add 'All' as an option in a combo box. Now that feature works fine. The problem comes in when you use the value selected in the combo box as a criteria for a query. The All option does not work correctly because the criteria would have to be basically ignored in order to return all the records. I have tried trapping the value and substituting a * value, a "" value and a null value but none seem to work. This is particularly confusing because the wildcard * works when used manually in the criteria. All the other selections in the combo box work correctly. Can someone PLEASE help me out here!!!!?????