o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Search box help -

Hi guys,
i have a search button facility on my vb front end and Access back end. I have a reference number which you type in the search text box and the information in that table i want to retrieve and displayed in the text boxes and then save them in another table in Access.

Any code for it or if i can get some guidance will be much appreciated...

Thank you

 

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


how open a web search -
i can easily open a google URL to search for a desired string by parsing the address. but: how can i search the web with a user's default search engine? i am trying to avoid 'terms of service' complications associated with favoring one particular search provider. for examp


Creating a search feature -
How can I add a search feature. Like You click search on the menu bar Search pops up in a new window You type in XXXXX and it will search threw all the files in XXX folder until the word is matched?


Search field in UserForm -
Hi! I'd like to create a search form to search a spreadsheet for certain words/parts of words. I have two TextBoxes and a CommandButton ("Search"). I'd like for it to be possible to search for the words written in only one textbox or in both. The textboxes are supposed to se


Search Gadget -
I'd like to be able to do a search in any window. For example, I right click on a Help window, a menu appears with a Search option and I click Search, enter the text to search for and voila! A bit like any other search like in IE when we do CTRL-F. Every day I need to find som


Search with duplicate result -
Hi, How can make a search button like the Start, Search in windows xp? But it can search more than one files at one goal? Any idea?


Searches seem to expire -
Go to the search page, search for something. Then, take the URL of the search, post it as an answer to some thread. After a while, the search has 'expired'. Is there anything we can do about this? An alternative?


[2005] How to enable ' in my search -
Hi i have a problem with my search .... when my panelist asked me to type ' in my search box i got a runtime how do i allow it and include it in my search? tnx


How to search -
Hi All, I want to search the all mail address and retrive it in a file from yahoo search or any other search media. how can i accomplish it. if possible send me a relavent code. thanks in advance


IE and Search -
How do you set what search engine IE uses? Whenever I type something in the Address bar, it uses some weird search instead of msn search. this just started happening recently.


Search 2 items in Listview -
As far as i know, you can find an item in the listview if you compare it with only ONE search string. I was wondering if its possible to search with TWO search strings or simply to say TWO search criterias in listview.


Mini-Search Engine -
I am using ASP to write a Search Form where users can choose among 6 fields to search by. This search might use just one field, or it could be a combination of any of these. I am trying to figure out an efficient way to do this, but all I can come up with is doing several if/then sta


Using a progress bar -
Hi All, I am trying to implement a progress bar whilst performing a search. I want this to be updated as soon as the search has completed or continuley updated when a search is still being performed. For example if I search for a particular patient and then search is instanteou


Stopping the search -
I've a system that has a search (ADO). This search is OK and the code is more or lass like this: Private Sub Command1_Click() ..... If (rsrecord.eof) Then ..... Else rsrecord.movefirst Do Until rsrecord.eof ..... rsrecord.movenext Loop End If End Sub OK, t


Search busted -
What's up with search? I searched on hijri and got a lot of hits - but none of them contained the word. Same with other words. Some seem to work and some not. Search is an essential part of this board. Those who can not search history are condemned to repeat its postings


Would this take a ton of If..Then statements -
Here is a ss..look at the search bar(at bottom): ok..depending on the parameters they enter it needs to search a different way....during this post i think i figured it out..but i need to find out one thing i need to be able to search..like say it says search.cgi?para=SEARCHSTUF


Search text box -
Is Brad updating the indexing now...because if I am trying to search for something and click the search button and get the "advanced" menu I can't get anything...but if I search in the quick search text box I am getting a lot...hmm


Google search - Text under link -
Not sure if this is the best place to ask. But when a search engine searches for my page. How does it append text to the link when it presents search results? Can I add the text my self in anyway? At the moment it is just the window title. http://www.google.no/search?hl=en&q=.


Searching a Data Base -
I have written a program that can search a database by six different fields. What is the easiest way to perform this search without having to write code for each seperate field to search The user can search for Last Name, City, Company, Date of Birth, State or Zip Code They can


Searching the forums ... -
I have an idea. When posting a thread, a user should be given an option to specify maybe 3 terms which will appear in a search. This is similar to the Meta tags in HTML. These terms could be a single word or a combination of words. Each term will have a max of 3/4 words. When a


Search for many Guids -
I am using Guid as unique identifier and I am now trying to do a search where I need to search for one or more Guids and I don’t really know how to do this. I.e the user do a search for company A, and that’s easy to do but how do I do it if its more then one? I.e Company A


Anyone done such before -
hi, has anyone produced a VB program (connected to a database such as MS Access .mdb file) that features a search facility?? a search facility in VB that would search specific fields ir records of text in the database and come back with results (text/string search). if so, ho


what is googles' and yahoos' search based on -
hello! how is everybody feeling?? does anyone knows how the google search and yahoo search work? I heard once that the google search sorts pages by the number of times that they have been accessed or something like that... can someone please explain about the search mechanisms


Help needed for ultra super search engine!! -
I donno if anyone have created this but this is a great idea. Its a search engine that search the given site for hyperlinks and your search phrase and inturn search hyperlink in pages that are link to by the first page and so on. It works. However, I'm having a problem. After I run t


[2005] new form instance -
Is there somewhere to generate a new "instance" of a form? For example: -I have a database search program. -The user clicks on the search button in the main form, a new form pops up with search controls/datagrid/other search refining buttons. -The user can then choose to m


Sending a return to a textbox -
Hi All, I am trying to send a carriage return to a textbox without much luck. Essentially I have a search screen that a users search record in, when the close the current record, the search screen opens again and sets all of the search criteria back to what it was for that record.


Better search methods -
I want to make a search box for my site. The results will be returned from a database that has serveral text fields. The user will type some search term that I will then search for but what I want to do is strip off all words from a txt file (and's, it's, etc) and then search for


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


some errors and the code for search buttons... -
Dear Friends, I am attaching one project herewith this post which has some errors and need to be coded for search buttons. Since i am new to vb and need to learn coding i am forwarding this project to be coded by somebody so that i can try it in my next projects. what i need is s


Move my site higher in search engine -
Hey, i have made a website but when i do a search for it in any search engines, it does not even appear. I have used all META tags and everything and yet it is still no coming up. Anyone got any ideas on how i can get it in the search engine rankings?? Thanks BIOSTALL


Search Functionaltiy w/ Datagrid -
I have a search screen, which is bound to a datatable. I also have a found dialog box, and when the user puts in a value, I want to search the grid and set focus to that row if the search criteria is found. Any ideas on how 2 do this?


How do i search an msflexgrid -
hey how do i search an msflesgrid, i made it so i click a button to open a new form with on this form will be the search details. But i don't know how to search my database. Any help very much appreciated.


ADO Help.... -
ok hello this is my code for a search in a prog i am creating but i keep getting a syntax error with the FROM clause.. help private sub cmdsearch_Click() Dim search As String Dim band As String Dim album As String Dim genre As String Dim cdtype As String Dim relea


Listbox Search algoritms -
Hi, I have a listbox which I would like to search. Does anyone have any cool algorithms to do this? The search must return the item that fits closest to the search criteria.


adding new search engine to the the IE5 customized search window -
Hi all I have a problem that I guess might be solved not necesarilly with VB and it is: all I need to do is add a new search engine to the list apears on the search customize.(in my case -hotbot.com) Thanks in advance Shmulik


Search in my website -
Can anybody tell me how to do a search on the pages in my site? I've found a search code in asp in askasp.com but that uses the search engines in the web. I want to search only in the pages in my website. Can I do it in asp?


search in string -
how do u create a search function to search the textbox which is similar to how visual basic search function works?


RESOLVED:Find and Outlining -
Hello ! In Visual Studio when i search in the code and the search string is within a function that is collapsed the search will not return a result ! This is stupid ! Wouldn't it be better if the search would search also within collapsed functions ? And also what if the search string


Search Listbox -
I have searched on the forum and have found many different ways of searching a listbox but i can not find a way that doesn't search from the begining of each line every time. Can anyone help me search a listbox but search anywhere on each line or search from the 5 Character of each li


nothing something anything -
I was trying to convert VB.NET Is Nothing to C#.NET so I tried searching before I posted. I found it strange that there were no search results for 'nothing' (Search still won't find my other thread after my post) So that got me wondering...I did a search for 'anything' and 'someth