Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dbtunr

  1. dbtunr

    Dynamic Date Query

    That works great!! Thanks
  2. dbtunr

    Dynamic Date Query

    I tried to use >=Year(Now()) for the current year, However it returns all of the dates from when the log was started back in 2006. If I use >=#1/1/2008# for the current year it will retrieve only the records from 2008 which is what I want. The Query is looking only at two fields Date and...
  3. dbtunr

    Dynamic Date Query

    I have a table tracking user entries and I want to build a few queries to show the sum of a particular field for the current year, last year and two years back. Currenty I do this using >=#1/1/2008# for the current year query and >#12/31/2006 and <#1/1/2008# for last years query. The problem...

Part and Inventory Search

Back
Top