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) &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.