Hi,
How can use combine query in asp
what is the syntax error of following query?
problem in date (data type) how can use date query in asp to retrieve the records.
Date_recd and Date_revd is the date data type.
ssql = "select drawings.#date_recd#, drawings.#date_revd#, drawings.type, drawings.location, sectors.sect_area from drawings, sectors
where drawings.name = sectors.name and drawings.type in ('" & plt & "','" & util & "') " and sectors.sect_area in ('" & sa1 & "','" & sa2 & "') "
order by sectors.sect_area, drawings.type"
regards.
Mateen Martin
[email protected]