mayamanako
Technical User
hi guys, could you please help me out with this query. im a bit confused and can't seem to get my head round this problem.
my table is like this
then, i want everything that occurs only once be taken off the list and list only the ones which have more than 1 occurence.
i want a recordset that's something like this:
thanks very much for any help.
my table is like this
Code:
frequency myText thedate
1 apple Aug 01, 11
1 pear Aug 01, 11
1 grapes Aug 01, 11
3 grapes Aug 02, 11
1 melon Aug 02, 11
1 berry Aug 03, 11
1 apple Aug 03, 11
1 pear Aug 03, 11
1 pear Aug 04, 11
2 kiwi Aug 04, 11
1 cherry Aug 05, 11
then, i want everything that occurs only once be taken off the list and list only the ones which have more than 1 occurence.
i want a recordset that's something like this:
Code:
frequency myText thedate
1 apple Aug 01, 11
1 pear Aug 01, 11
1 grapes Aug 01, 11
3 grapes Aug 02, 11
1 apple Aug 03, 11
1 pear Aug 03, 11
1 pear Aug 04, 11
2 kiwi Aug 04, 11
thanks very much for any help.