using classic asp to search multiple forms

J

John R

I am searching for a specific record based on different criteria:
First Name, Middle Name, Last Name, City, State, Zip Code, File
Number. I am using sql server to store all the information, can anyone
please help. ?
 
R

Ray Costanzo [MVP]

I think many people can help, but I personally am unsure as to what kind of
help you need. What are you having trouble with?

Ray at home
 
J

Jeff Cochran

I am searching for a specific record based on different criteria:
First Name, Middle Name, Last Name, City, State, Zip Code, File
Number. I am using sql server to store all the information, can anyone
please help. ?

Sure. Create a form for the info, then query based on it.

Detailed help would naturally follow a detailed question.

Jeff
 
H

Hal Rosser

John R said:
I am searching for a specific record based on different criteria:
First Name, Middle Name, Last Name, City, State, Zip Code, File
Number. I am using sql server to store all the information, can anyone
please help. ?

use the criteria to build a string into an SQL query - then run the query
The ADO recordset will contain the record if the eof and bof properties are
both false.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top