
hi sir, i am using msaccess 2007.my query is look like this. select distinct a.name,b.fee from table1 a,table2 b where a.stuno=b.stuno and b.recdate in(select max(recdate) from table group by stuname) order by a.name
in a subquery multiple recdates i am getting its working fine, but in main query also i am getting multiple name but i want only distinct names
pls help me
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
