View Full Version : search field in a form


moose
06-19-2001, 05:22 AM
i want to put a search box onto a form to enable users to search for customer details by typing the customer name. i am not sure how to go about it, so any help would be much appreciated

KDg
06-19-2001, 06:41 AM
Hi moose,

the easiest way, if it suits would be to put on command button with
SendKeys "^(f)"
in its on_click event
which will open up the standard office search box, alternatively you could ask your users to press ctrl-f

HTH

Drew