Search engine in a form

eme126

Registered User.
Local time
Today, 15:44
Joined
Jun 2, 2006
Messages
45
Hello everyone,

Here I am again all lost in the beyond side of Access. So, I would like to create a "search engine" , through a macros if possible, so that the users can find the one thing among the hundreds of specs available to them in this form/subforms assebly.

My form has two subforms inbuilt in it, hence it can be really time consuming to find the one piece of information they are looking for. And I was hoping that there was a way they could just type for example "rated voltage" in the search box and they would jump to the one textbox titled "rated voltage". Just like most of us do when reading a large document online, we just use "find" to get what we are looking for.

Thanks,
 
You could use the afterupdate event on the search box to filter the sub forms
 
Ok, this might be a dumb question but, which search box??
 
PHP:
And I was hoping that there was a way they could just type for example "rated voltage" in the search box

This one
 

Users who are viewing this thread

Back
Top Bottom