> You are describing a "how" ("I need to link records together").
>
[quoted text clipped - 16 lines]
> > just 2 years old........that way I may just understand.
> > Thank you.
Kate
Although you may wish to "put them all in one record", that isn't how Access
works. Or rather, if you want to use what Access can do for you, you DON'T
want to use "repeating fields" (feetype1, amt1, feetype2, amt2, ...). This
is what you'd do if you were using a spreadsheet.
To use the data as you now receive it, you could store it in an Access table
with the structure it comes with. You'd then create a new query against
that table.
If you want the sum of all fees, you'd use a Totals query, grouping by the
Number.
If you want to see all the FeeTypes and amounts, for each Number, you'd use
a Crosstab query.
By the way, you might want to change the field names in your Access table.
"Date" and "Number" are Access reserved words ... using them as field titles
will only confuse both you and Access.

Signature
Regards
Jeff Boyce
Microsoft Office/Access MVP
http://mvp.support.microsoft.com/
Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
Microsoft Registered Partner
https://partner.microsoft.com/
> The info is downloaded from ebay and arrives as a CSV file which I then
> transfer in access. It arrives looking like this
> Date Detail Number Fee
> type Cost 24/03/2006 Item A 9502741660 Listing
Designer
> Fee £0.06
> 24/03/2006 Item A 9502741660 Gallery Fee £0.13
[quoted text clipped - 34 lines]
> > > just 2 years old........that way I may just understand.
> > > Thank you.