Form Search! (1 Viewer)

b0gdan

Me
Local time
Today, 06:54
Joined
Oct 5, 2006
Messages
29
Hi,
I have 2 forms: the first form is the search form (frmSearch) and the second form for search results (frmResult). In the search form i have 2 textboxes and 3 comboboxes. In a combobox if the user is chosing a value another subform appears on the form containig another search criteria (some textboxes).
If anyone can help me i need a search algorithm: a search algorithm depending on those form controls e.g. the user is chosing the search criteria (enters a value in some textbox and the combobox has no value or the user chose a value from a combobox and the subform appears and is entering a value in the text box from the subform). The search result is displayed in the frmResult which contains a list with 6 rows (Files: Name, Date, Number,etc) and another list with Files details (4 rows with details e.g. file x has: Documents, Nr doc, Page nr, Total pages).

If anyone can help me with an algorithm i will appeciate it.
Thanks!
 

Users who are viewing this thread

Top Bottom