|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Hi,
How can I create a dynamic query that I can launch from a form to perform a natural language search on certain colomns within a table? Say I want to search for a product that contains the word 'drink'; firstly how would I create a query that would search for drink and secondally how can I make it so that the user using the for can search for any keywords they put in a textbox? Regards Tajmiester
__________________
Thanx Tajmiester. |
|
#2
|
|||
|
|||
|
How can you run the equivilent of:
SELECT * FROM `books` WHERE MATCH(`title`) AGAINST('keywords'); (mySQL) in Microsoft Access 2000. Where the user can specify a keyword in a textbox and then search through the rows, displaying only those that match? |
![]() |
| Viewing: Dev Shed Forums > Databases > Database Management > Natural Language Search in Access |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|