hello ,
i have the following accessdatabase
access database name = surya
table name = collection
field 1=id
field 2=date
field 3=customer
field 4= amount

i want an asp code were i will input
from date
to date
to search the table collection and to display all records in between from date and two date

pls help as i m new to asp and am trying to develop an application

thanks
rahul

It sounds like all you need is to build a query and use the WHERE clause. Doing a quick search will give you plenty of examples.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.