I have 2 tables ( tbl1 and tbl2 ). One contains arrival dates and the other departure dates. Some of these dates may be the same and/or repeated.
First off I want to union the data ( unionqry )
Then I want to collapse the arrivals and departures on repetitive dates to a single date i.e. merge duplicates. I've done this before using a count term ( countqry ).
Finally I want to change the date field to a year and week number ( endqry ).
Is there an easy way to go directly from tbl1 and tbl2 to endqry ?
First off I want to union the data ( unionqry )
Then I want to collapse the arrivals and departures on repetitive dates to a single date i.e. merge duplicates. I've done this before using a count term ( countqry ).
Finally I want to change the date field to a year and week number ( endqry ).
Is there an easy way to go directly from tbl1 and tbl2 to endqry ?