I have 4 tables in the query that has 4 fields.
ReservationID, StartDateIn, SplinterDateIN and ResortArriveDate.
I want to make a 5th field which would be a calulated field called TDate3.
TDate3 would be a date field. It needs some kind of IIF statement to look
at the last 3 fields for a date. Each record will have only 1 date in either
StartDateIn, SplinterDateIN, ResortArriveDate
For example, if SplinterDateIN had a date, the other 2 are always blank.
If StartDateIn had a date, the other 2 are blank.
TDate3 takes the date answer. This is my way of getting 3 distinct table's dates
combined for other uses.
I added a dropbox example if needed.
Thanks much.
ReservationID, StartDateIn, SplinterDateIN and ResortArriveDate.
I want to make a 5th field which would be a calulated field called TDate3.
TDate3 would be a date field. It needs some kind of IIF statement to look
at the last 3 fields for a date. Each record will have only 1 date in either
StartDateIn, SplinterDateIN, ResortArriveDate
For example, if SplinterDateIN had a date, the other 2 are always blank.
If StartDateIn had a date, the other 2 are blank.
TDate3 takes the date answer. This is my way of getting 3 distinct table's dates
combined for other uses.
I added a dropbox example if needed.
Thanks much.