I am using biblatex and biblatex-apa for formatting references in APA format.
I am using \fullcite to print the full reference in APA format as I have to describe the printed reference. In my case I cannot use the \printbibliography function to print the reference. The problem using \fullcite is that it is not printing reference in APA format, it is using AND instead of &.
Here is the example:
using \fullcite
Darwin, C., Ekman, P., and Prodger, P. (2002). The expression of the emo-
tions in man and animals. Oxford University Press, USA
using \printbibliography
Darwin, C., Ekman, P., & Prodger, P. (2002). The expression of the emotions
in man and animals. Oxford University Press, USA
My question is how to incorporate & instead of AND in the \fullcite function.
Any help will be greatly appreciated.

\fullcitefunction so that I can print the number of the reference, I know about counters but I have no idea about how to integrate it in a function such as\fullciteany pointers will be very helpful. – Shreyas Karnik Mar 14 '11 at 03:11\fullcitemethod isn't really intended for this. Are you trying to make a bibliography with different categories? If that's the case, you can do that inbiblatex, but without using\fullcite. – Alan Munn Mar 14 '11 at 03:38biblatex-apa. In this process I also need to add numbers such as:1. Ref2. Refto the bibliography, that is why I asked the question regarding counter integrated with\fullcite– Shreyas Karnik Mar 14 '11 at 03:46