Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

A search function...a newbie question

 
   Database Help (Home) -> Visual Basic RSS
Next:  Visual Basic ADO-trouble  
Author Message
Brian4

External


Since: Jun 06, 2004
Posts: 1



(Msg. 1) Posted: Sun Jun 06, 2004 7:00 am
Post subject: A search function...a newbie question
Archived from groups: comp>lang>basic>visual>database (more info?)

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

 >> Stay informed about: A search function...a newbie question 
Back to top
Login to vote
Michael B. Johnson

External


Since: May 14, 2004
Posts: 16



(Msg. 2) Posted: Mon Jun 07, 2004 2:14 pm
Post subject: Re: A search function...a newbie question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
NEWBIE insert data rather than update in db - I have an app for tracking mileage on company vehicles. On the first form you select a vehicle(via combobox getting vehicle names from database) and enter the appropriate info. Then I need to export that data back to the database. The ? is how do I....

question about simple array - Hello, I'm looking for the best way to give an user the possiblity to search in multiple directories for certain photos. I was thinking about using an array to do so. This is the Command1_Click - code below. ## --- Private Sub Command1_Click() ' creat...

sql query returns in wrong format - Hi, Hope someone can help me with this. I have MS SQL 2000 database where i have Table "PriceList" and there a column "Pricemk" wich is data type "money". All data in this column is in form "10001,35". So why when...

arrays - is there a way to concatenate the contents of an array (looping through the array) and storing each item in a comma delimited string? Thanks!

DataReport PageBreak - Hi everyone, I would like to know how to force pagebreak in a datareport for example after 5 records printed. Thank you all
   Database Help (Home) -> Visual Basic All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]