Filter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Chey said:
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

Unless it is an mde file you should be able to look at the code for the
one you have.
 
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

Similar Threads

BeforeUpdate not firing 3
An unbounded field can bring the record to another 2
Time 5
Filter subform from combo unbound text box 3
null 8
OpenForm Criteria in Access 2007 12
Filter Macro 1
Between 11

Back
Top