G
Guest
The Access Command Button Wizard makes it very easy to add a "Find" button to
a form. It uses this code in the Click event:
Screen.PreviousControl.SetFocus
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70
I want the Find to "Look In:" a specific field on my form, but if the user
clicks on a different field on the form, "Look In:" changes to that field
name. Is there a way to call the Find command and specify the "Look In:"
value?
Thank you for any help you can give me,
Judy Ward
a form. It uses this code in the Click event:
Screen.PreviousControl.SetFocus
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70
I want the Find to "Look In:" a specific field on my form, but if the user
clicks on a different field on the form, "Look In:" changes to that field
name. Is there a way to call the Find command and specify the "Look In:"
value?
Thank you for any help you can give me,
Judy Ward