J
Jan
I am trying to create a calculate fied in a query to get a departure date
which would then be used to select records between two departure dates. I
have tried the following:
DepartureDate: DateAdd("d",[Bookings.Nights],[Bookings.ArrivalDate])
When I run the query, I get "This expression is typed incorrectly or it is
too complex to be evaluated .......". I guess the answer is simple but
can't figure out what I am doing wrong.
Would appreciate any help in getting this resolved.
Jan
which would then be used to select records between two departure dates. I
have tried the following:
DepartureDate: DateAdd("d",[Bookings.Nights],[Bookings.ArrivalDate])
When I run the query, I get "This expression is typed incorrectly or it is
too complex to be evaluated .......". I guess the answer is simple but
can't figure out what I am doing wrong.
Would appreciate any help in getting this resolved.
Jan