Robbyp2001
Registered User.
- Local time
- Tomorrow, 03:40
- Joined
- Oct 8, 2011
- Messages
- 143
Hello folks, I wonder if anyone can solve this problem for me. I have a table with a memo field that contains teacher comments. Each student in teh database has been assigned a gender. I have discovered that some comments have been copied and pasted and as a result there are incorrect pronouns amongst the records.
For example: One female student may have references to 'he' or 'his' whilst a male student might have 'she' or her'. Usually this will be picked up by the user, however some do manage to fall through the net.
My question is this, would it be possible to create a query that can select all female/male students that have incorrect personal pronouns. I have tried Female + *him* but this will also return all words containing the letters 'him' like 'shim', 'thimble' etc. Female + 'his' will return 'this', thistle, whistle etc.
The same problem occurs when search for 'her', 'she', 'her's', etc.
So, is it possible to filter records based on the precise pronouns he, his, himself, she, her, her's, herself?
Regards
Rob
For example: One female student may have references to 'he' or 'his' whilst a male student might have 'she' or her'. Usually this will be picked up by the user, however some do manage to fall through the net.
My question is this, would it be possible to create a query that can select all female/male students that have incorrect personal pronouns. I have tried Female + *him* but this will also return all words containing the letters 'him' like 'shim', 'thimble' etc. Female + 'his' will return 'this', thistle, whistle etc.
The same problem occurs when search for 'her', 'she', 'her's', etc.
So, is it possible to filter records based on the precise pronouns he, his, himself, she, her, her's, herself?
Regards
Rob