William Raymond
|
| Posted: 04/25/2002, 7:35 PM |
|
Hello,
I have read some of the posts here, but I think I am missing something.
Basically, I would like to have a form where they can search either on a
date or range of dates. I am using SQL Server 2K w/ASP. Could someone give
me an idea as to how to accomplish this.
Thanks,
-Bill
--
Bill Raymond
Microsoft MVP
braymond@officecollab.com
Office Collaborators, Inc.
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 04/27/2002, 3:39 AM |
|
Add 2 date1 and date2 fields to the search form.
Add date1 and date2 input variables into Grid form that shows results.
Set their types to "date".
--
Alex
CodeCharge Developer
"William Raymond" <braymond@officecollab.com> wrote in message
news:aaaeed$re0$1@news.codecharge.com...
> Hello,
>
> I have read some of the posts here, but I think I am missing something.
>
> Basically, I would like to have a form where they can search either on a
> date or range of dates. I am using SQL Server 2K w/ASP. Could someone
give
> me an idea as to how to accomplish this.
>
> Thanks,
>
> -Bill
>
> --
> Bill Raymond
> Microsoft MVP
>braymond@officecollab.com
> Office Collaborators, Inc.
>
>
|
|
|
 |
|