Dear Fellows,
I m in in Access VB, and working on a small project.
Problem is that
In main form (called search )I have made a textbox name text34, and a search button, which responsiblity is to open a form.
I have made a query that show results which 'like Form.search.tex t34.text'.
when i execut this query by double clicking its ask me to enter value of Form.search.tex t34.text and show correct results.
On the same i made an other form base on that query. which also works fine when double click on that form on same principles as for query.
Now problem is that when I enter data through search form and press search it shows all the records and does not consider criteria entered.
If this cannot be achieved then please tell me any other way by which i can get the desired results.
i.e. pass parameter to query and then to form.
in my project execution sequence is
search button->form->query->selct date from text34
Plz help me. Thx
I m in in Access VB, and working on a small project.
Problem is that
In main form (called search )I have made a textbox name text34, and a search button, which responsiblity is to open a form.
I have made a query that show results which 'like Form.search.tex t34.text'.
when i execut this query by double clicking its ask me to enter value of Form.search.tex t34.text and show correct results.
On the same i made an other form base on that query. which also works fine when double click on that form on same principles as for query.
Now problem is that when I enter data through search form and press search it shows all the records and does not consider criteria entered.
If this cannot be achieved then please tell me any other way by which i can get the desired results.
i.e. pass parameter to query and then to form.
in my project execution sequence is
search button->form->query->selct date from text34
Plz help me. Thx
Comment