B
Bibi
I do not know how to tweak the code below to calculate the number of days
available from the current day in those cases where the first day available
is before the current date.
Could someone help with an " If ...........then.........else...........
Here's the code:
[LastDayAvailable]-[Depart] AS [Days Available]
I need to add something here to show that if the [LastDayAvailable] is
before the current Date() then [Days Available] should be calculated from
Date()- [Depart] rather than from the [LastDayAvailalble].
All help appreciated.
TIA
Bibi
available from the current day in those cases where the first day available
is before the current date.
Could someone help with an " If ...........then.........else...........
Here's the code:
[LastDayAvailable]-[Depart] AS [Days Available]
I need to add something here to show that if the [LastDayAvailable] is
before the current Date() then [Days Available] should be calculated from
Date()- [Depart] rather than from the [LastDayAvailalble].
All help appreciated.
TIA
Bibi