Newbies Todd623 Posted May 29, 2023 Newbies Posted May 29, 2023 In my music database I have a Date Created text field. I have, for example, many records from the year 2013, in the format of 2-1-2013. However, when I do a search for 2013 I get the "No records match this criteria" error. Any ideas? Thank you.
comment Posted May 29, 2023 Posted May 29, 2023 That just shows that a Text field is not the optimal data type to store dates (no surprise there...). The default search in a Text field looks for words that start with [...] - and "2-1-2013" is a single word. You could work around the problem by searching for *2013 (which would be slower than the default search), or solve the problem by converting your data to dates and storing it in a Date field.
Newbies Todd623 Posted May 29, 2023 Author Newbies Posted May 29, 2023 Thank you. Adding an asterisk to the text string was the answer I was looking for.
Recommended Posts
This topic is 554 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now