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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a TEXT file from a seach

Status
Not open for further replies.

TonyU

Technical User
Feb 14, 2001
1,317
US
Hey guys, I need to know how to create a data file from a client search. In case you don't understand my question, let say:
A client does a search by Name\Address and Amounts and he\she wants to know how many people have amounts of $200.00 or less. when the query is done and data displayed I would like to provide the client with a either a link to download the search as a either comma\tab delimited\excel file for them to keep.
Have you heard such thing before fellas?? Thanks in advance.

I have no idea how to approach this... Tony
:cool:
 
You can use the ASP page to write a file. See faq333-504 for some information on how to write to a file.

From this, you should be able to create your CSV file as necessary.

hth
leo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top