Hi All!
Is there someone who knows how to make somewhat nested query to two tables?
My goal is to;
Two tables which both contains dates and times should be queried such a way that each date from the first table is matched to corresponding date in the second table.
What I’ve tried;
In fig table4.GIF the query attempt is showed. The query is based from the two tables tblTid (table1.GIF) and tblTimeActual (table2.GIF). The result from this query can be seen in table3.GIF. Here one can see that each date in column MånadOÅr has five corresponding field in column MånOÅrActual. I want a date in MånadOÅr to have just one corresponding date in MånadOÅrActual. How to get that?
Suggestions;
Some kind of Criteria is needed I guess…?
Is there someone who knows how to make somewhat nested query to two tables?
My goal is to;
Two tables which both contains dates and times should be queried such a way that each date from the first table is matched to corresponding date in the second table.
What I’ve tried;
In fig table4.GIF the query attempt is showed. The query is based from the two tables tblTid (table1.GIF) and tblTimeActual (table2.GIF). The result from this query can be seen in table3.GIF. Here one can see that each date in column MånadOÅr has five corresponding field in column MånOÅrActual. I want a date in MånadOÅr to have just one corresponding date in MånadOÅrActual. How to get that?
Suggestions;
Some kind of Criteria is needed I guess…?