dmyoungsal
Registered User.
- Local time
- Yesterday, 17:28
- Joined
- May 1, 2016
- Messages
- 112
I am working a "form" that will allow our users to do some simple onscreen calculations. (I am using Textboxes - I know, i know - for now this is the route I want to take)
I have a Start Date = 7/2/2016
I have an End Date = 9/20/2016
Using =DateDiff("yyyy",[txtStart],[txtEnd]) - I get the difference in Year
Using =DateDiff("m",[txtStart],[txtEnd]) - I get the difference on Month
Using =DateDiff("d",[txtStart],[txtEnd]) - I get all the days (not the 18 I am expecting)
suggestions?
I have a Start Date = 7/2/2016
I have an End Date = 9/20/2016
Using =DateDiff("yyyy",[txtStart],[txtEnd]) - I get the difference in Year
Using =DateDiff("m",[txtStart],[txtEnd]) - I get the difference on Month
Using =DateDiff("d",[txtStart],[txtEnd]) - I get all the days (not the 18 I am expecting)
suggestions?