I use the DoCmd.Find to find text on a split form.
First after I type in the string but before I click Find Next I must click on the field I want to search in if it doesn't already got the focus.
Otherwise, I get no message, or anything.
For instance:
I have a DVD library with a memo field (which I do most of my searching on) that lists the episodes of the Honeymooners.
One episode is titled "Suspense." The text in the memo field is "Suspense:" with the description of the episode.
If I search "Suspense" I get no results, nothing. But if I place the semicolon (suspense
it finds it. I have the match set to 'Any part of field.'
Shouldn't it find the text with out the semicolon.
Maybe I shouldn't be using these split forms, they become a pain.
Is there any code to replace the DoCmd.Find??
Thanks,
James
First after I type in the string but before I click Find Next I must click on the field I want to search in if it doesn't already got the focus.
Otherwise, I get no message, or anything.
For instance:
I have a DVD library with a memo field (which I do most of my searching on) that lists the episodes of the Honeymooners.
One episode is titled "Suspense." The text in the memo field is "Suspense:" with the description of the episode.
If I search "Suspense" I get no results, nothing. But if I place the semicolon (suspense

Shouldn't it find the text with out the semicolon.
Maybe I shouldn't be using these split forms, they become a pain.
Is there any code to replace the DoCmd.Find??
Thanks,
James