Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create Keyword Search of a Database

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
Hi there group I have a large library database. I am trying to create a keyword search of the database and have the matching records be put into a form can anyone point me to a good place to figure out how to do this.

Thank You
 
Try This

open the report in Print Preview then use the PrintOut Action

DoCmd.OpenReport "rptName", acViewPreview
DoCmd.PrintOut acPages, 2, 3, acHigh, 1


PaulF

[sig][/sig]
 
sorry, wrong Question

PaulF [sig][/sig]
 
Look into the InStr( ) function, this might be the way to go.

PaulF [sig][/sig]
 
how experienced are you with databases?

i might be able to e-mail you a database that i've created that would probably have all the functions you want.

if you're interested please email me your experience level and your email address.

my e-mail address is heaton@chaffee.net [sig]<p>Peter Heaton<br><a href=mailto:heaton@characterlink.net>heaton@characterlink.net</a><br><a href= it how ever you want</a><br> [/sig]
 
peitzza:

I know this has been a long time ago, but if you still have that database can you email it to me at kleadon@gccc.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top