On Sun, 06 Jun 2004 04:00:11 GMT, "Brian" wrote:
>Ok I'm adding a button to my database...a very simple database what I want
>to do is type something in a text field hit the button and find what I typed
>in the text field....I know its probably a newbie question but can anybody
>help
What are you using to connect to your database - ADO, RDO, DAO,
Text-based or something else?
If it's Microsoft ADO, look in the "MDAC" reference material at
<a rel="nofollow" style='text-decoration: none;' href="http://www.microsoft.com/data/" target="_blank">http://www.microsoft.com/data/</a> or in MSDN, or download the SQL Server
Books Online and view the file "MDACXML.chm" that is included with it.
Look for the "Filter" & "Find" methods of the "Recordset" object - or
use a SQL query as the data source of a new recordset, and use a WHERE
clause to restrict the results.
Hope this helps!
_______________________
Michael B. Johnson
>> Stay informed about: A search function...a newbie question