AZGroups.com

Bringing together Arizona Technology Users And Enhancing the Careers of Developers
Welcome to AZGroups.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » Access » Date   (RSS)
Sorry, but there are no more tags available to filter with.
  • Re: Date Formating help needed

    Since you are using Access, I would use the DateAdd function and add a negative six months from now.  There isn't a subtract date function but add handles negative numbers as well as positive.   The exrpession builder would be:>=DateAdd("m",-6,Now())The sample SQL would look like the ...
    Posted to SQL Server Technical Forum (Forum) by jaminman on April 2, 2008
Powered by Community Server, by Telligent Systems