search field in a form

moose

c'mon Chelsea
Local time
Today, 14:05
Joined
May 18, 2001
Messages
139
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
 
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
 

Users who are viewing this thread

Back
Top Bottom