Hello,
I am trying to determine the number of days between two dates. The two dates are being pulled from a database table.
for example:
tblProcurement.fldProcurementReqRcvdDate is the from date
tblProcurement.fldProcurementSentToFMODate is the to date
so:
if tblProcurement.fldProcurementReqRcvdDate = 05/31/2001
and
if tblProcurement.fldProcurementSentToFMODate = 06/03/2001
I would expect to see 3 as a return value.
This is my first attempt at working with Crystal Reports and I am not too familiar with all the features. I have tried creating a formula, and a range, and some other things, but nothing really seems to work.
Any suggestions are greatly appreciated.
Thanks in advance,
Matt
I am trying to determine the number of days between two dates. The two dates are being pulled from a database table.
for example:
tblProcurement.fldProcurementReqRcvdDate is the from date
tblProcurement.fldProcurementSentToFMODate is the to date
so:
if tblProcurement.fldProcurementReqRcvdDate = 05/31/2001
and
if tblProcurement.fldProcurementSentToFMODate = 06/03/2001
I would expect to see 3 as a return value.
This is my first attempt at working with Crystal Reports and I am not too familiar with all the features. I have tried creating a formula, and a range, and some other things, but nothing really seems to work.
Any suggestions are greatly appreciated.
Thanks in advance,
Matt