Dezirous
Rafi Ahmed
- Local time
- Tomorrow, 03:35
- Joined
- Jul 8, 2009
- Messages
- 71
Respected Experts,
I have a small database with 1 table "tblDocuments" containing 3 fields "ID" (autonumber), "DocNo" (NumberField) & "DocTitle" (TextField). With all these, I've a form including all these fields and a textbox "txtSearch" (unbound) and a button "btnSearch".
Now I want that whenever I type something in txtSearch & press btnSearch, it return all related data from all fields that match with txtSearch.value, Just like built-in Find Dialogue Box.
What could be the simplest method for it.
Respects & thanks in advance.
I have a small database with 1 table "tblDocuments" containing 3 fields "ID" (autonumber), "DocNo" (NumberField) & "DocTitle" (TextField). With all these, I've a form including all these fields and a textbox "txtSearch" (unbound) and a button "btnSearch".
Now I want that whenever I type something in txtSearch & press btnSearch, it return all related data from all fields that match with txtSearch.value, Just like built-in Find Dialogue Box.
What could be the simplest method for it.
Respects & thanks in advance.