This is killing me... and so is my customer.
I have set my application options default Find/Replace behavior to General Search. It works fine the first time the user does it. Thereafter, however, it reverts back to Look In: <specific field> and Match: Whole Field.
Is it possible to make it so Access ALWAYS defaults to:
Look In: Search
Match: Any Part of Field
I tried creating my own FindRecord and FindNext buttons, but that was a disaster because you lose focus when you click the button to execute that code, so it always goes to the first record. I've tried setting focus to various things, SendKeys, Macros, etc.
How do you call FindNext from code?
Thanks for any help.
I have set my application options default Find/Replace behavior to General Search. It works fine the first time the user does it. Thereafter, however, it reverts back to Look In: <specific field> and Match: Whole Field.
Is it possible to make it so Access ALWAYS defaults to:
Look In: Search
Match: Any Part of Field
I tried creating my own FindRecord and FindNext buttons, but that was a disaster because you lose focus when you click the button to execute that code, so it always goes to the first record. I've tried setting focus to various things, SendKeys, Macros, etc.
How do you call FindNext from code?
Thanks for any help.