HI,
Is it possible to have a computation field in SQL Table structure such as:
1. TrsAmount Money
2. ExchRate SmallMoney .
3. TotalAmount Money DEFAULT compute(TrsAmount * ExchRate).
Something like that.
I 've seen it before, but I forget where.
Thank you.