I think this is simple, just never done it before.
I need to write a query that will calculate the number of days between two dates. Basically it'll be the number of days a contract was in effect. I have three fields - Contract#, DateIssued, DateExpired. I want to get the Contract# and the number of days it was in effect in my results.
Any ideas? Thanks in advance!
I need to write a query that will calculate the number of days between two dates. Basically it'll be the number of days a contract was in effect. I have three fields - Contract#, DateIssued, DateExpired. I want to get the Contract# and the number of days it was in effect in my results.
Any ideas? Thanks in advance!