Hi all, i am new in this forum and as i am new to access database.
i am trying to learn by reading tutorial online but some things are not clear and they dont present small sample data.
for example, i am looking at the First function in access. i saw a query online such as
select first(cid),
cname,
sum(usd),
sum(pad),
sum(cad)
from <some table>
group by cname
i read that first function return the first value of a result set. but since i am new at this i am a little confuse since the tutorial does not give sample data. can somone explain what first function really does by illustrating some sample data. for example, you can post some sample data how it looks before the query is run and after the query is run using the query above. i trying to understand how this first function works. does the group by gets apply first then the first function or vice versa.
please help me understand this. thanks in advance