NeoFax
01-31-2002, 04:58 AM
I need to count how many of each product are in a field automatically and then update a field designating if there is only one. i.e.
product Single
A 0
A 0
B 1
C 0
C 0
I have tried doing this by Single: Iif((Count[product]=1),"1","0"). However, this says something about field c not included in aggregate function. How can I fix this? Or, is it possible? Thanks for any help.
NeoFax
product Single
A 0
A 0
B 1
C 0
C 0
I have tried doing this by Single: Iif((Count[product]=1),"1","0"). However, this says something about field c not included in aggregate function. How can I fix this? Or, is it possible? Thanks for any help.
NeoFax