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 biv343 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 MathieuLaforce

  1. MathieuLaforce

    Computing last day of the month in PB

    If you want to test if a date is the last day of the month: /******************************************* datetime ldt_datetime /* ldt_datetime could be a param */ IF Day(Date(ldt_datetime)) < Day(RelativeDate(Date(ldt_datetime),1)) THEN MessageBox("Attention!","The date you entered is not...

Part and Inventory Search

Back
Top