Thanks so much for the reply.
When I do that it gives me the following error:
'In a function Average, Count, Extend, GetRepetition, Max, Min, NPV, StDev, Sum, GetSummary, GetNthRecord, an expression was found where a field alone is needed.'
That's when I'm trying to use:
Min ( MainTable 2::Price < Price )
However when I just use
MainTable 2::Price < Price
It works and gives 0's and 1's, but I don't think it's the right calculation. (MainTable is the name of the table)
What do you think?
Thanks again.