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
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