This is a little tricky, I am using a the MS Access Find and Replace function on a form, so that once a user clicks a buttong, the Find And Replace pop-up dialog opens and tries to Find or Replace the field that was set to the focus when the button was clicked.
Here is the code I am using:
Docmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70
This is working great, but the user wants the Find and Replace to open up with the Match Case = Any Part of Field. The default Match Case = Whole Field. Does anyone know if there is a way to change the Match Case = Any Part of Field through code?
Thank you in advance.
T.J.
Here is the code I am using:
Docmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70
This is working great, but the user wants the Find and Replace to open up with the Match Case = Any Part of Field. The default Match Case = Whole Field. Does anyone know if there is a way to change the Match Case = Any Part of Field through code?
Thank you in advance.
T.J.