simple search -
Hi,
I'm new to coding with Databases.
How do I use a command button and text box to search a Access 2000 table?
Thanks,
Simple search engine -
I've got a database and a simple search screen, that I want to make a little better.
I want to create a search text box, so that I can find things like:-
Cat Mat
I want the screen to search to find Cat and Mat words, I think the term is boolean search, does anyone know any goo
Making a simple Searcher -
okie im just wondering
what i want to do is make a simple searcher from poplular site aka google yahoo ask ect
but say like i wana search for all the sites with xbox360 in there URL adreass and list them but only search for what i put in the search box how would i go making a s
Simple Search Database -
Dear Gurus
I have been developing databases in Access and know VBA fair bit but I have never developed a database in VB.
I had to develope a simple database comprising of just one table Contacts and all I want is one text box to enter full and partial name and one subform displa
Simple Search -
Hello
I've seen many posts on this topic but I need a real simple and clean way to search my hardrive for a specific file (me.exe for example) and display the resualts in a listbox.
Thanks
Displaying database results in ASP -
Is there any simple method, when displaying the results of a database search to highlight the parts of the results which matched the search criteria?
E.g. Search for any products starting with VBF*
Results would be
VBForums
VBFans
VBFanatics
but highlighting the VBF part.
Concept: File Searching with VB -
I am a simple person, with a simple family. I need to create a simple search program to be used with MP3s.
I cant just let everyone access the music folder, you know how that goes. So what I want to do is create a search program that lists and shows my music.
I know, I know, the
Creating simple search engine -
Good day experts, I want to create an simple dictionary search engine, my form includes 2 textbox and a button named "search". TextBox1 and TextBox2. TextBox1 is for the entry of the keyword entered by the user. And TextBox2 displays the definition of the word. My question is
Search Page -
Hey,
I'm new to ASP. Net and have built a website with an SQL database. I'd like to create a simple search page for records in my database. this simple search will do only filtering of given fields and then will display the results in a different page.
could you help me with a sa
how to clear out a data repeater -
Hi there,
I have a simple question. I am using a data repeater on a page I created, work fine except I have several search different search options - if the user searches once then searches again I need to clear everything out from the original search. rather than just adding to th
Simple Search for a bound HFlexGrid -
Hi:
I have a combo box and a search button on my form. The user is suppossed to type something into the combo box and click on the search button to initiate the search. The search is supposed to use the InStr function.
I'm using a Combo list box because the box is suppossed to r
simple vba search code not working -
ive got a simple piece of code here in VBA in Excel, to search and extract info from an Access database, based on a text box search:
Set rs = db.openrecordset("SELECT * FROM Pipeline WHERE Advisor like = '" + Sheet2.TxtAdvisor.Text + "*'")
It works fine witho
I know it's something simple but... -
I know it's something simple but I'm brain dead right now from the massive project I just finished. Any hoot - How do I search a list box using code instead of scrolling. I'd like to type the desired item in a text box and have the program search the list box.
Thanx,
Tired, confus
displaying files in a directory -
i was asked to make a simple(well atleast simple for you VB pros) program that will display files in a directory and should be able to search for a particular file or search for files with the same extension name(example: .exe, .txt, .dll, etc...)...
well, displaying files in a fold
searching - is there a easier way -
I was wondering can this search be done in a bit shorter way. Not that it doesn't work but there will be around 10 search queues here and eventually there will be an awful lot of variables. I tried using some sort of an array but really messed it up. Only one result was shown if I was
Indexing Search -
Hello,
I have been trying to learn how to search my own site for pages using a search feature, i was advised to use the google search feature on my site, this is something i do not want to do. I want to buildmy own. However i was advised try indexing pages.
My question is
Site Search -
I need to add a simple site search to my asp3.0 site with out using the database.I use a select case on my index page and need the results to come from my index.asp page.The site is still in developement at 69.6.219.125 . Whats happenning when i use a simple search is everything comes
Database Search Please Help -
Sorry about posting this again but my Question from a while back was not answered yet so I thought I’ll ask again.
I have a simple front End for an Access database and would like to include a Search option. I have looked in my books and did not find anything there. (well it’s prob
How The Cyber World Works -
I know the very simple idea of how a search engine works. You type in a word and it searches (database?). But how does a mainstream search engine (ie Yahoo!, Google, etc.) seach these vast quantities of cyberspace? I mean hundreds upon hundreds of gigabytes in times under a second.
Search within the html body of a file -
I have a folder of knowledge base items, all in HTML and placed in sub folders by category. I am trying to get code which will open each folder and then each file within the folder to search for a given string. basically I want a simple form which requests a search string and has a l
Cant Search -
I am getting back into programming again, so I thought I would check out this place for my SIMPLE programming questions. I did a search and found that i CAN'T search the forums. How dumb is that? Now I will have to flood the board with a question that has already been asked and answ
[REVISITED] Search Treenode -
Hi guys,
Just a simple question, I have two parent nodes and child nodes with those parents. I have a textbox (for the search string) and a command button to execute that search string.
What I am looking to do is search for the search string within the nodes. If a match then to
Searching List Box for Accented Characters -
I have a list box populated with 15,000 items. Some of them use accented characters. Is there a simple way to search these terms using unaccented characters? For example, a search on 'Tete a Tete' would match 'Tête à Tête'. I'm using the Windows API function SendMessageByString to p
Simple text search -
I am just beginning work with File I/O in Visual Basic .NET 2003 and have a simple question.
With a text file already created how would I search that text file for a particular piece of string?
For instance, a user would input a piece of string into a text box and click on a butt
Quickie simple question -
I'm sure by now everybody is tired of me and my questions, but this one I'm sure is simple and quick, but I've been unable to find exactly the answer in searches of this forum and others.
How can I search a particular column of cells for a certain value and get the row number of whe
How can you search a listbox in another application if you know its hwnd -
How can you (very quickly) search a textbox in another application if you know its (the listbox's) hwnd? can API do this? what is the fastest way to do this? I dont need to return the index of where the search string is found, just a simple true/false
Implementing search facility -
Hi all
I am part of the team working on a vb6 project and the project has about 50 forms
I need to implement search facility in every form of the project.
Each form handles data from multiple tables.
The search will be simple ....the design will have a text box and a search
Cgi search forms -
Could someone plz get me a code to make a search form in CGI. I need it for my web site. A simple search form with 1 text box for a key word and 1 search button. After typing in a word, and clicking on search, new page loads in the same window, and results are shown - something like on
Simple Query Problem Please Help, its urgent! -
I am trying to be able to search my database, using a form, but i have one major problem, i have to fill in every feild in the querey.
Hoe can i have it so when i dont want to search by price, i leave it blank, and it is ignored during the query
My current to search with the feil
simple search -
Hi,
I'm new to coding with Databases.
How do I use a command button and text box to search a Access 2000 table?
Thanks,
start menu search... -
okay, i've been messing around with theme creation etc, but one things got me puzzled, what command does the "Search" button in the start button run in order to launch the file search?
i know in 9x, it was simply Find.exe, but for Win2k/xp what is it?
i need it to be in
search result -
Is there any simple and easy way to split
searh results to different page ( like all search engines )
wehn we use sql select command in our asp
Thanks
built a search engine -
Dear all,
Would you please give us your instructions on the following questions:
- A brief description about a search engine on the Internet (structure, action, setup procedures, implementation....)
- How I can built a simple search engine to search all html files by typing any cert
VB6: Search word in a text -
To learn, and because I have not yet found a search-function in Word, I want to create my own one using VB.
I'm newbie, so please explain any code you might help me with.
The program is quite simple in it's design. I got one textbox where you paste the text you want to search, on
making a simple search engine -
I'de like to start making a search engine with VB if there's a way. I don't know quite how they work (first problem) But i do know it has to do with looking at a site's metatags? I've made a little sloppy program that will search for a keyword through an engine but that doesn't work ou
Search Functionality -
Hi all,
I have a query relating to search on a website.
I have a site for which I want to add a search box; whereby which users can search for people based on the following criteria: Name/Pin/Keyword
I'm wondering where to start with this and by that I mean do I need to create
LIKE Operator with a Text Box Input -
Sir,
I have tried every possible syntax bit no success. I need to input a value in a search text box named searchtext.text using my Access 2000 search button and the search should include the LIKE operator e.g In the Search box I type "Medicine" and all records like Nigerian
Multi Search -
Now as you will have gathered from now, i am in no way a brain box, and studying as computing, with a little knowledge is nothing short of dangerous really and you will understand what i mean in a moment
i have a database with a form. and i can search the form by using the CTRL +
BST class -
This is a simple template class that I've made. It's a binary search tree, you can delete values from it and insert data into it. You can also rebalance the tree (there's a nifty algorithm there .)
It's nothing special, but I had fun making this little program and it might help oth
develop apps to do "Search" -
Hi, I've been asked to develop my company's library catalogue, which includes search function. The search is not a simple one, but it has to be able to take keywords like AND, NOT, OR, and also search whole words or any of each words (e.g., "My Book Title" vs My Book Title).
Search in Outlook for an attachment -
Anyone have any ideas on how to search in Outlook for something? Initiated from VBScript (ideally) or standard VB.
First pass - Search for a subject with "XXX" in it.
Second pass - Search for a message with "XXX" in the body of the message somewhere.
Third pass