FindRecord

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top