Hi all,
i have a table for the sessions of the law cases which are stored in another table (every case has several sessions).
In the report i need to get info about a prompted case and also info about the last session made for this case.
i used max() to get the last session date (one of the P.K. of the session table) but when i get other session data like the comments, it gets comments of another session (probably the of the first record)
so where is the problem
thanks in advance
i have a table for the sessions of the law cases which are stored in another table (every case has several sessions).
In the report i need to get info about a prompted case and also info about the last session made for this case.
i used max() to get the last session date (one of the P.K. of the session table) but when i get other session data like the comments, it gets comments of another session (probably the of the first record)
so where is the problem
thanks in advance