I want to display all the orders from last month so
SELECT *
FROM Get_estimates
WHERE DateTimeStamp = [lastmonth]
Last edited by peter_budo; Jan 6th, 2009 at 9:21 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.