E
Eric
Is it possible to add a FindRecord function to a data
access page? If so, what is the general coding example
you must use?
I have the following code and nothing is happening when I
click the "Search" button I have created.
<SCRIPT language=vbscript event=onclick for=Command0>
<!--
DoCmd.RunMacro "Search"
-->
I want this code to produce a textbox which will allow
the user to input a search keyword and then have the
access page display the records containing the matching
keyword. Thanks for any info concerning this.
access page? If so, what is the general coding example
you must use?
I have the following code and nothing is happening when I
click the "Search" button I have created.
<SCRIPT language=vbscript event=onclick for=Command0>
<!--
DoCmd.RunMacro "Search"
-->
I want this code to produce a textbox which will allow
the user to input a search keyword and then have the
access page display the records containing the matching
keyword. Thanks for any info concerning this.