#1   Report Post  
Posted to microsoft.public.excel.programming
tim tim is offline
external usenet poster
 
Posts: 105
Default Database

Hello All,

I have a work book that contains a flat database
(table). My user would like to type a keyword(s) that
are contained in a particular field and then return a
list of records that contain the keyword(s).

I would like to do this using userforms? maybe a list box
to show the results. I need help with the code that will
search the field and return the information. I am open
to all suggestions.

Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Database

Hi Tim,

Look at AutoFilter.

See Debra Dalgleish's autofilter notes at:

http://www.contextures.com/xlautofilter01.html


---
Regards,
Norman



"Tim" wrote in message
...
Hello All,

I have a work book that contains a flat database
(table). My user would like to type a keyword(s) that
are contained in a particular field and then return a
list of records that contain the keyword(s).

I would like to do this using userforms? maybe a list box
to show the results. I need help with the code that will
search the field and return the information. I am open
to all suggestions.

Thanks in advance



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Database

Or this Add-in
http://www.rondebruin.nl/easyfilter.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Norman Jones" wrote in message ...
Hi Tim,

Look at AutoFilter.

See Debra Dalgleish's autofilter notes at:

http://www.contextures.com/xlautofilter01.html


---
Regards,
Norman



"Tim" wrote in message ...
Hello All,

I have a work book that contains a flat database
(table). My user would like to type a keyword(s) that
are contained in a particular field and then return a
list of records that contain the keyword(s).

I would like to do this using userforms? maybe a list box
to show the results. I need help with the code that will
search the field and return the information. I am open
to all suggestions.

Thanks in advance





  #4   Report Post  
Posted to microsoft.public.excel.programming
tim tim is offline
external usenet poster
 
Posts: 105
Default Database

I think the proble with using a filter is that I need to
search a single word in a sentence. Every line or string
of text is unique.

Ex:

"Shot of girl holding lolipop against a white background."

The user may be looking for one or a few of the words in
the description above.

Thanks again



-----Original Message-----
Or this Add-in
http://www.rondebruin.nl/easyfilter.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Norman Jones" wrote

in message ...
Hi Tim,

Look at AutoFilter.

See Debra Dalgleish's autofilter notes at:

http://www.contextures.com/xlautofilter01.html


---
Regards,
Norman



"Tim" wrote in

message ...
Hello All,

I have a work book that contains a flat database
(table). My user would like to type a keyword(s) that
are contained in a particular field and then return a
list of records that contain the keyword(s).

I would like to do this using userforms? maybe a list

box
to show the results. I need help with the code that

will
search the field and return the information. I am

open
to all suggestions.

Thanks in advance





.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Database

Hi Tim

You can Filter with the Contains option
AutofilterCustum
or the Begins-Contains-Ends tab in EasyFilter

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Tim" wrote in message ...
I think the proble with using a filter is that I need to
search a single word in a sentence. Every line or string
of text is unique.

Ex:

"Shot of girl holding lolipop against a white background."

The user may be looking for one or a few of the words in
the description above.

Thanks again



-----Original Message-----
Or this Add-in
http://www.rondebruin.nl/easyfilter.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Norman Jones" wrote

in message ...
Hi Tim,

Look at AutoFilter.

See Debra Dalgleish's autofilter notes at:

http://www.contextures.com/xlautofilter01.html


---
Regards,
Norman



"Tim" wrote in

message ...
Hello All,

I have a work book that contains a flat database
(table). My user would like to type a keyword(s) that
are contained in a particular field and then return a
list of records that contain the keyword(s).

I would like to do this using userforms? maybe a list

box
to show the results. I need help with the code that

will
search the field and return the information. I am

open
to all suggestions.

Thanks in advance




.





  #6   Report Post  
Posted to microsoft.public.excel.programming
tim tim is offline
external usenet poster
 
Posts: 105
Default Database

Great! The Easy Filter works well


-----Original Message-----
Hi Tim

You can Filter with the Contains option
AutofilterCustum
or the Begins-Contains-Ends tab in EasyFilter

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Tim" wrote in

message ...
I think the proble with using a filter is that I need to
search a single word in a sentence. Every line or

string
of text is unique.

Ex:

"Shot of girl holding lolipop against a white

background."

The user may be looking for one or a few of the words

in
the description above.

Thanks again



-----Original Message-----
Or this Add-in
http://www.rondebruin.nl/easyfilter.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Norman Jones" wrote

in message

...
Hi Tim,

Look at AutoFilter.

See Debra Dalgleish's autofilter notes at:

http://www.contextures.com/xlautofilter01.html


---
Regards,
Norman



"Tim" wrote in

message ...
Hello All,

I have a work book that contains a flat database
(table). My user would like to type a keyword(s)

that
are contained in a particular field and then return

a
list of records that contain the keyword(s).

I would like to do this using userforms? maybe a

list
box
to show the results. I need help with the code that

will
search the field and return the information. I am

open
to all suggestions.

Thanks in advance




.



.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Update Excel Database via Access Main Database with a script Finnbar New Users to Excel 2 November 3rd 08 07:24 PM
Convert Excel database to dBASE database? RPI Marketeer Excel Discussion (Misc queries) 1 January 18th 08 06:25 PM
database query not showing foxpro database How I import data mangat New Users to Excel 1 June 24th 07 03:31 PM
How to make reference to database and if true copy from database? V!p3r Excel Discussion (Misc queries) 4 February 5th 07 02:19 PM
Moved database, how do I change link to the database in excel Toastrack Excel Discussion (Misc queries) 0 October 20th 06 09:36 AM


All times are GMT +1. The time now is 06:19 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"