puakenikeni
Registered User.
- Local time
- Yesterday, 19:40
- Joined
- Jun 24, 2008
- Messages
- 25
I'm using comboboxes to filter the data shown in a subform. However, I would like to add something like an "any" or "all" to the SQL string. I consider it any because I want it be more of a wildcard.
Right now, I'm using:
Thank you in advance.
Right now, I'm using:
Code:
SELECT * FROM Disposition ORDER BY Disposition;