Hi Phoebe, > is there a way to sent text from microsoft access > to the dave's quick search bar and activate a search?
Without having tried it, you could probably "sendkeys" to the DQSD window (select it first by sending WIN+S or whatever the selector key is on the system), or, if that doesn't work you could do the same thing via API. I'm not sure if SendKeys allws you to send the WIN key or not, so you might have to use the API, at least to get focus there. Regards, Shawn K. Hall http://ReliableAnswers.com/ '// ======================================================== "The victor will never be asked if he told the truth." -- Adolf Hitler ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ DQSD-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-devel
