I already have a crude search setup in my DB using the Access Wizard. It produced the following code:
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70
This canned 'find and replace' dialog defaults to match 'Whole Field'. Is there a way to tweak it so the value defaults to 'Any part of field', since this is that the users will utiulize most often?
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70
This canned 'find and replace' dialog defaults to match 'Whole Field'. Is there a way to tweak it so the value defaults to 'Any part of field', since this is that the users will utiulize most often?