I have a form with 3 textboxes and need some code help with the DateDiff function.
txtOpenDate this has a DataFormat of Date mm/dd/yyyy
txtClosedDate this has a DataFormat of Date mm/dd/yyyy
The third text box has a DataFormat of Number
I need to know the diff in days between ClosedDate from OpenDate and display the difference in days in the third txtbox.
Any help would be greatly appreciated.
txtOpenDate this has a DataFormat of Date mm/dd/yyyy
txtClosedDate this has a DataFormat of Date mm/dd/yyyy
The third text box has a DataFormat of Number
I need to know the diff in days between ClosedDate from OpenDate and display the difference in days in the third txtbox.
Any help would be greatly appreciated.