Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to query mdb??
Message
From
15/12/1999 00:46:11
 
General information
Forum:
Microsoft Office
Category:
Access
Miscellaneous
Thread ID:
00303260
Message ID:
00303908
Views:
11
Thanks!!! It worked great!

>Try this:
>SELECT Action.Idno, EmpMast.Surname, Last(Action.Desc) AS DernierDeDesc, Max(Action.EffDate) AS MaxDeEffDate
>FROM EmpMast INNER JOIN Action ON EmpMast.IDNO = Action.Idno
>GROUP BY Action.Idno, EmpMast.Surname;
Previous
Reply
Map
View

Click here to load this message in the networking platform