|
|
|
|
|
| | |
|
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
SQL Statement |
From: |
Matthew |
Date: |
7/19/2001 3:45:37 AM |
IP: |
207.12.20.180 |
Need a little help on this one...I've got a form that pulls two dates from two different text fields. Then based on those fields it SELECTS items from an Access Database WHERE the Datebase field (expired) is > DateFrom and < DateTo. I've included the SQL statement below. THANKS!!!
strSQL = "SELECT * FROM study_list WHERE expire > " & myFrom & " and expire < " & myTo & " |
Follow Up - Re: SQL Statement - David Beal 7/20/2001 4:02:36 PM
|
|
|
|
|
|
|
|
|
|
|
|