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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kempo1
  • Content: Threads
  • Order by date
  1. kempo1

    Date Formula

    I have the following formula causing problems, IF MONTH(CurrentDate)= 1 THEN DateTime ({@LastYear}-1,12,31,0 ,0 ,0 ) ELSE IF MONTH(CurrentDate)-1 IN [1,3,5,7,8,10,12] THEN DateTime ({@CurrYear},MONTH(CurrentDate)-1,31,0 ,0 ,0 ) ELSE IF MONTH(CurrentDate)-1 IN [4,6,9,11] THEN...

Part and Inventory Search

Back
Top