473,401 Members | 2,146 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,401 software developers and data experts.

Google like search engine in ms access

anyone have an idea how to search data in ms access the same as google.

Search Example: age > 40 or height between 50 and 60 cm

please help. Thanks

Olad
May 26 '12 #1
2 3809
Stewart Ross
2,545 Expert Mod 2GB
What you ask is not at all easy to implement in any environment. It is not what Access is designed to do at all.

You could implement simpler form filtering or similar searching in Access (see for example these threads linked here: Example filtering by form, Search filter for just one criteria).

Google-like searching looks easy but isn't, and certainly not in a relational database environment where you need to precisely specify the fields to be searched and the values being compared - which is nothing at all like the free-text example you provide.

Stick with what is practicable, not what will be beyond your resources and time to achieve.

-Stewart
May 26 '12 #2
dsatino
393 256MB
For starters, a Google like search is not practical in this environment, but from your question that's not what you want anyway. Google is a combination of algorithms, regular expressions, geography, frequency of user selections, and many, many other things.

What you need is parameter based query in which case you only need SQL.

For example, if you have a table called "People" and it has the fields: Name,DateOfBirth,Height,Weight
and you wanted to get all people with heigth between 50 and 60 cm then you would write the following SQL statement

SELECT People.Name
FROM People
WHERE People.Height Between 50 AND 60
Jun 1 '12 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: ABC | last post by:
Hi, All Is there any search engine source code for reference? Thanks
1
by: Johann Blake | last post by:
This aticle presents factual evidence that Google's PageRank, inbound links and keywords are irrelevent to your placement in the search results. It presents several case studies that show...
0
by: Edward | last post by:
Hi All, I am using the Google's Webmaster Tool. My site has been added recently to the search index, but when I look at the "Page Analysys - Common words" Google has ONLY indexed those few...
8
by: Roman | last post by:
I received a marketing call from a guy first showing me my website and then some other website and ranking of that other website. My questions is it worth paying to SEO corporation a $1200 -...
3
by: Del4541 | last post by:
Hello, Yesterday, when I tried to use the Google seach engine, the message "Error...forbidden (as shown below) appeared. I have tried dowloading the google task bar but I still come back to the...
4
by: a | last post by:
hallo I have the input box of the internal custom "Google Search Engine" in a page of mine. The page with all the result appears on the same page, ok. Now if I click on a result, I'd like...
2
by: pavanip | last post by:
Hi, I am developing Domain/Website project. I have to calculate worth of a site based on Alexa rank,page rank, and Google search results for a website. Please give me some idea about how...
5
by: ajd335 | last post by:
Hi.. Actually I have Glossary pages in my website for all A to Z terms I have created one google custom search bar. The problem is , The google search engine always points the A page(in which all...
2
guillermobytes
by: guillermobytes | last post by:
I have been looking for an API to use google search engine in my application. there is an AJAX api but my app is closed (meaning that it has no client input) i don't want the javascript. i could...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.