![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I want to be able to obtain a record set from a table by searching for two or three words that might be contained in a field within that table. For example if a field contained the following records Escort GL 2000 Escort Estate 2003 Escort XL 2000 I'd like to be able to obtain records that could contain: Escort Or Escort 2000 Or Escort 2003 Or Escort Estate Can anyone help me please? Geoff Goddard |
#3
| |||
| |||
|
|
The best way would be set up a query and then in that field's criteria row type in your search criteria. For example to find records that contain "Escort" type: Like "Escort" in the query critera cell for that field. To find records that contain "Escort 2000" try: Like "Es*2*" (The * is a wildcard operator) To find records that contain "Escort 2003" try: Like "Es*2003" To find records that contain "Escort Estate" try: Like "Es*Estate" Use the online help facility in Access for more info on queries. "Geoff Goddard" <geoff (AT) sunny-side (DOT) ws> wrote in message news:d9d681ee.0409080356.42405042 (AT) posting (DOT) google.com... I want to be able to obtain a record set from a table by searching for two or three words that might be contained in a field within that table. For example if a field contained the following records Escort GL 2000 Escort Estate 2003 Escort XL 2000 I'd like to be able to obtain records that could contain: Escort Or Escort 2000 Or Escort 2003 Or Escort Estate Can anyone help me please? Geoff Goddard |
![]() |
| Thread Tools | |
| Display Modes | |
| |