*above I meant to say 'search form, from'
I am wondering if it is possible to open a search form from another form (onclick of any record in a text box), pre-filtering the data in the search to relate to the originally clicked record... ie.
At the moment I am implementing a code library, the two main forms are frm001_CodeSear ch which enables the user to filter what code they can see. The second is frm002_Categori es which consists of categories which the different code samples come under. On the click of a category I want frm001_CodeSear ch to open and be pre-filtered, showing only code under that category.
Is this possible?
Any replies and pointers in the right direction are appreciated!
Cheers,
Rebecca
I am wondering if it is possible to open a search form from another form (onclick of any record in a text box), pre-filtering the data in the search to relate to the originally clicked record... ie.
At the moment I am implementing a code library, the two main forms are frm001_CodeSear ch which enables the user to filter what code they can see. The second is frm002_Categori es which consists of categories which the different code samples come under. On the click of a category I want frm001_CodeSear ch to open and be pre-filtered, showing only code under that category.
Is this possible?
Any replies and pointers in the right direction are appreciated!
Cheers,
Rebecca
Comment