Hi,
I've used a form to capture the requesters date range specifications for a set of queries forever and never cared that it took the short date entered by the requester and changed it to a number when it stored the date for later use.
Now I'm trying to subtract that number from a date supplied from a system database, which is in short date format, and the output looks like a short date instead of a number.
Can someone help me get a result that looks like the number of days between 2 dates instead of getting something that looks like a date?
Thanks,
Shawn
I've used a form to capture the requesters date range specifications for a set of queries forever and never cared that it took the short date entered by the requester and changed it to a number when it stored the date for later use.
Now I'm trying to subtract that number from a date supplied from a system database, which is in short date format, and the output looks like a short date instead of a number.
Can someone help me get a result that looks like the number of days between 2 dates instead of getting something that looks like a date?
Thanks,
Shawn
Comment