Hi,
You'd use a custom SQL query of the form
SELECT orders.[Date Ordered]
FROM orders
WHERE (((orders.[Date Ordered]) Between #6/1/2004# And #6/30/2004#));
--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
J-Bots Plus 2002 87 components for FrontPage
http://www.websunlimited.com/order/P...p_help_dir.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
"Thanasis (sch)" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Hello to everyone,
>
> i am going to built a database application with DataBase Interface Wizard
> and FrontPage 2003.
> My DataBase will be Access 2000.
>
> I want to create a search form with 2 text boxes with names FROMDATE and
> TODATE.
> I save the form as asp page SEARCH.ASP.
> When the user clicks on submit button i want to call another asp page
> RESULTS.ASP which filters the records from dates ranging from (FROMDATE ) to
> (TODATE)?
> I'd like to point out that inside a table there is a date field say(DATEX)
>
> How this can be done in FP2003 and DIW?
>
> Wishes
> Thanasis
>
>
>
>