I am aware you can use the BETWEEN command to report on a date range however I am unsure how you would actually add this to the query that I have below:
Expr1: Int((DateDiff('d',[issue_date],[expiry_date]))
As the problem with the above equation is that it does not on some occassions inlcude the start and end date. I know that you can add +2 to the end but I was really hoping to made use of the BETWEEN command if possible.
Can this be done?
Regards. Pari.
Expr1: Int((DateDiff('d',[issue_date],[expiry_date]))
As the problem with the above equation is that it does not on some occassions inlcude the start and end date. I know that you can add +2 to the end but I was really hoping to made use of the BETWEEN command if possible.
Can this be done?
Regards. Pari.