
Originally Posted by
John_G
How is the data getting into the Time/Day preferred field? It doesn't appear to be automated, as there are a number of spelling mistakes.
It looks as if that field is just a character string; that will make it "difficult" - to say the least - to search (as you are finding out). My suggestion is to make a separate "Preferred_Times" table, something like this:
PSN_Tag (FK to Overwatch NZ Players)
DayOfWeek (could be text or numeric, but numeric makes range selection easier. used "DayOfWeek" because "Day" is a reserved word)
Start_Time
End_Time
Entries here could match the selections made on your form shown above, which allows for different time ranges on different days. (Surely you don't expect one time on say, Monday, and then a second time on, say, Thursday?). That would make no sense, IMO.