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 bkrike 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 mjbuk

  1. mjbuk

    I need a label on a form that displays the difference between 2 dates,

    I am trying to make a form that tells the user how many days they have until a certain date. This is what I have done so far:- Private Sub txtInstallDate_AfterUpdate() Me.txtToday.Value = Now() Me.txtWhen = DateDiff("d", Me.txtToday, Me.txtInstallDate, vbMonday, vbFirstJan1) &...

Part and Inventory Search

Back
Top