multiple criteria search page
- From: "Lauren B" <ljb21@xxxxxxxx>
- Date: Wed, 11 May 2005 09:55:08 -0400
I am using the following code to search for records in my database:
DoCmd.OpenForm "Form1", ac Normal, , "[Field1] Like '*" &Me.Text1 & "*"
This works for a single field, is there a way to write the search so that I
can incorporate multiple fields? Can I use "AND" so that the user can enter
several fields of information for the purpose of searching?
Thank you for any assistance.
LB
.
- Follow-Ups:
- Re: multiple criteria search page
- From: Nikos Yannacopoulos
- Re: multiple criteria search page
- Prev by Date: Steve Lebans A2KConditionalFormattingVer27
- Next by Date: Re: saving to a csv file
- Previous by thread: Steve Lebans A2KConditionalFormattingVer27
- Next by thread: Re: multiple criteria search page
- Index(es):
Relevant Pages
|