Filter

C

Chey

I want an unboud field in the form header, and when I type something in for
example 123456 it searches all feilds? I am not sure how to write the code
for that.
My Unbound Field is called SearchAll
Thanks
Chey
 
U

User

There is a wizard that allows you to put a combo box on a form header and
when you choose a value (or enter a value) it navigates to the first
matching record. That is a starting point for what you want, but you can go
into the code and extend it to search all the fields you want (by extending
the criteria in the "findfirst" statement). Then you can convert the combo
box to a textbox.

Doug
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top