|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Finding records
Hi! i am required to make a microsoft access query or visual basic program to find records from the tables. The program i am currently using is microsoft access.
For example if i want to find a record call 'snake' from a table and i do not know the spelling so, i type 's' or 'sn' in a form, and the the program will search records from my table for any relevant records with the character i type into the form. Then show the results of the records. Anybody can kindly help me or provide me with the sample program? |
|
#2
|
|||
|
|||
|
huh? Do you want the query or the program?
Code:
SELECT * FROM table WHERE columnname LIKE '%sna%' |
|
#3
|
|||
|
|||
|
a program which can match the words input by the user
|
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > Finding records |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|