I need to be able to query a field based on text within the string.
For example, I have a field called "Weekday" which can be any of the seven days of the week (Monday, Tuesday, etc...) AND can also be a combination of two days (Saturday/Sunday), therefore I did not want to use a combo box. If I wanted to pull only the records where the day "Sunday" appeared within the field and include all of the fields where Sunday is within the string, is there a way to do that? I would want to pull all of the records where "Sunday" appeared like "Sunday/Monday" or "Saturday/Sunday".
If need be, I can clarify.
Thanks for any help in advance!
For example, I have a field called "Weekday" which can be any of the seven days of the week (Monday, Tuesday, etc...) AND can also be a combination of two days (Saturday/Sunday), therefore I did not want to use a combo box. If I wanted to pull only the records where the day "Sunday" appeared within the field and include all of the fields where Sunday is within the string, is there a way to do that? I would want to pull all of the records where "Sunday" appeared like "Sunday/Monday" or "Saturday/Sunday".
If need be, I can clarify.
Thanks for any help in advance!