Delete all but first

C

CJ

Hi Groupies

I have a table that keeps track of all of my employee transactions
(tblCampCosts). In one day the same employee may have many transactions that
are identical. I need to be able to retrieve just the first transaction. I
have tried using the Total function and changing Group By to First but the
resulting recordset is not updateable and I need it to be.

Is there some way to extract just the First occurrence and keep it
updateable?
 
C

CJ

Hi Allen

Thanks for the insight and thanks for writing such an excellent article. It
actually
presents two options for me.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top