ddmcn
Registered User.
- Local time
- Today, 11:17
- Joined
- Sep 12, 2002
- Messages
- 73
I am using a series of buttons (a-z) to filter records on a form. It helps navigation to a specific record easier. What I am having a problem with is making the condition case insensitive.
Code looks like:
DoCmd.OpenForm "FRM_APPENDIX_A",,,"TERM Like 'A*'"
It will only pull up records where the TERM begins with an uppercase 'A'. Is there a way to make the condition work with both upper and lower case?
TIA
Dennis
Code looks like:
DoCmd.OpenForm "FRM_APPENDIX_A",,,"TERM Like 'A*'"
It will only pull up records where the TERM begins with an uppercase 'A'. Is there a way to make the condition work with both upper and lower case?
TIA
Dennis