mathsbeauty
Registered User.
- Local time
- Today, 20:45
- Joined
- Apr 14, 2011
- Messages
- 13
There is a
"Dates table" containing fields "Dates_ID" and "Dates" (field format: "Date/Time").
The field "Dates" from this table is added in another table "Staff List" by selecting the option "Add Existing Fields" from "Datasheet Tab" with option "Allow Multiple Values" selected. This field is named as "Dates1" in table "Staff List". It contains multiple dates in dd-mm-yyyy format. For example one of the values is "18-10-2015, 19-10-2015, 21-10,2015".
The problem is that queries of dates don't run for this field. This may be because the field format for this is "number". Also I can't change the field format to "Date/Time". On changing it to "Date/Time" the error is "You can't change a multi-valued lookup field to selected data type."
I want to run a query that will show records between two dates (say 18-10-2015 and 21-10-2015) based on the query from this multi valued field "Dates1"
Would this be possible? Any help or way around would be appreciated.
Thanks.....
"Dates table" containing fields "Dates_ID" and "Dates" (field format: "Date/Time").
The field "Dates" from this table is added in another table "Staff List" by selecting the option "Add Existing Fields" from "Datasheet Tab" with option "Allow Multiple Values" selected. This field is named as "Dates1" in table "Staff List". It contains multiple dates in dd-mm-yyyy format. For example one of the values is "18-10-2015, 19-10-2015, 21-10,2015".
The problem is that queries of dates don't run for this field. This may be because the field format for this is "number". Also I can't change the field format to "Date/Time". On changing it to "Date/Time" the error is "You can't change a multi-valued lookup field to selected data type."
I want to run a query that will show records between two dates (say 18-10-2015 and 21-10-2015) based on the query from this multi valued field "Dates1"
Would this be possible? Any help or way around would be appreciated.
Thanks.....