fat controller
Slightly round the bend..
- Local time
- Today, 22:46
- Joined
- Apr 14, 2011
- Messages
- 758
Hi all,
I have a table etc that has a field [History] which is a memo field. The data that goes into it is solely from pre-defined strings depending on which command/action is carried out on the associated form, and therefore the text being entered into the field is strictly controlled (field is also locked, so no user input is available).
Part of the string that goes in contains a date in dd/mm/yyyy format.
I would like to have a query that returns all records where the field [History] contains either a single date, or a date that is between two given dates as specified by the user at the time of running the query.
The bit that is getting me is the criteria - how do I get it to pick out the desired date from within the memo field?
I have a table etc that has a field [History] which is a memo field. The data that goes into it is solely from pre-defined strings depending on which command/action is carried out on the associated form, and therefore the text being entered into the field is strictly controlled (field is also locked, so no user input is available).
Part of the string that goes in contains a date in dd/mm/yyyy format.
I would like to have a query that returns all records where the field [History] contains either a single date, or a date that is between two given dates as specified by the user at the time of running the query.
The bit that is getting me is the criteria - how do I get it to pick out the desired date from within the memo field?