An aggregate type (one that has more than one field or property) is either
going to be a structure or a class. So, you need to create a structure or a
class, rather than using a System.Decimal. For example, you could use a
structure that has a System.Decimal member and a string member.

Signature
HTH,
Kevin Spencer
Microsoft MVP
Software Composer
http://unclechutney.blogspot.com
The shortest distance between 2 points is a curve.
> We use Public properties in our business classes to represent field
> values from databases. So in Vb, I might have something like:
[quoted text clipped - 25 lines]
>
> Any ideas?