S
Sebastian
Hi !
I am stumped with the following problem: I have a table
with the following structure:
Field1 Field2
1000 5
1000 15
1003 20
1003 1
etc. No primary key, just raw-data... Field1 contains an
article-number and field2 a count. is there an easy way to
create a query or new table wich contains just the number
and the total count for that item ?
eg.
1000 17
1003 21
Thanks
Sebastian
I am stumped with the following problem: I have a table
with the following structure:
Field1 Field2
1000 5
1000 15
1003 20
1003 1
etc. No primary key, just raw-data... Field1 contains an
article-number and field2 a count. is there an easy way to
create a query or new table wich contains just the number
and the total count for that item ?
eg.
1000 17
1003 21
Thanks
Sebastian