Computing.Net > Forums > Office Software > MS access search tool, help!

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

MS access search tool, help!

Reply to Message Icon

Name: wheelspinner99
Date: March 22, 2004 at 22:27:01 Pacific
OS: xp home
CPU/Ram: enough
Comment:

I have a client has a large ms access db file. They want to be able to search through it and return a listing of results that begin with a certain letter. This needs to be automated as the people that use this software don't understand SQL or how to use it. Let me know something!




Sponsored Link
Ads by Google

Response Number 1
Name: a_kelly
Date: March 23, 2004 at 02:51:15 Pacific
Reply:

Hi nick nice to meet you !
Most easy way is to create new form and place
subreport linked to required table on this form. Also add text field.
Add to text_field.onchange event code that will change subform record source to filter from

text field, for example SELECT * FROM table_name where record_name like '%text_field%'


------------------
http://www.keyglobe.com - Ready sale trade board


0

Response Number 2
Name: wheelspinner99
Date: March 23, 2004 at 10:13:17 Pacific
Reply:

Hey, thanks for the info. I know how to make a form but i don't know how to add a text field or add the SQL statement. Where are these options set at? thanks again.


0

Response Number 3
Name: Wolfeymole
Date: March 24, 2004 at 02:59:56 Pacific
Reply:

Try this site Nick
http://www.w3schools.com/sql/default.asp

On a hot summers night would you offer your throat to the Wolf with the Red Roses?


0

Response Number 4
Name: wheelspinner99
Date: March 24, 2004 at 23:00:37 Pacific
Reply:

I know how to use SQL, very well in fact. I don't know how or where to insert it on a form.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: MS access search tool, help!

optimising MS Access files www.computing.net/answers/office/optimising-ms-access-files/1760.html

MS Access 2000 www.computing.net/answers/office/ms-access-2000/2151.html

MS Access #Num! error in link table www.computing.net/answers/office/ms-access-num-error-in-link-table/4469.html